Package ch.njol.yggdrasil.xml
Class YggXMLInputStream
java.lang.Object
ch.njol.yggdrasil.YggdrasilInputStream
ch.njol.yggdrasil.xml.YggXMLInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
XML has so many quirks that storing arbitrary data cannot be guaranteed.
-
Field Summary
Fields inherited from class ch.njol.yggdrasil.YggdrasilInputStream
yggdrasil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.protected Class<?>Deprecated.protected intDeprecated.protected Class<?>Deprecated.protected StringDeprecated.protected Class<?>Deprecated.protected StringDeprecated.protected shortDeprecated.protected Class<?>Deprecated.protected ObjectreadPrimitive(Tag type)Deprecated.protected ObjectreadPrimitive_(Tag type)Deprecated.protected intDeprecated.protected StringDeprecated.protected TagreadTag()Deprecated.Methods inherited from class ch.njol.yggdrasil.YggdrasilInputStream
readObject, readObject
-
Constructor Details
-
YggXMLInputStream
Deprecated.- Throws:
IOException
-
-
Method Details
-
readTag
Deprecated.- Specified by:
readTagin classYggdrasilInputStream- Throws:
IOException
-
readPrimitive
Deprecated.- Specified by:
readPrimitivein classYggdrasilInputStream- Throws:
IOException
-
readPrimitive_
Deprecated.- Specified by:
readPrimitive_in classYggdrasilInputStream- Throws:
IOException
-
readString
Deprecated.- Specified by:
readStringin classYggdrasilInputStream- Throws:
IOException
-
readArrayComponentType
Deprecated.- Specified by:
readArrayComponentTypein classYggdrasilInputStream- Throws:
IOException
-
readArrayLength
Deprecated.- Specified by:
readArrayLengthin classYggdrasilInputStream- Throws:
IOException
-
readEnumType
Deprecated.- Specified by:
readEnumTypein classYggdrasilInputStream- Throws:
IOException
-
readEnumID
Deprecated.- Specified by:
readEnumIDin classYggdrasilInputStream- Throws:
IOException
-
readClass
Deprecated.- Specified by:
readClassin classYggdrasilInputStream- Throws:
IOException
-
readReference
Deprecated.- Specified by:
readReferencein classYggdrasilInputStream- Throws:
IOException
-
readObjectType
Deprecated.- Specified by:
readObjectTypein classYggdrasilInputStream- Throws:
IOException
-
readNumFields
Deprecated.- Specified by:
readNumFieldsin classYggdrasilInputStream- Throws:
IOException
-
readFieldID
Deprecated.- Specified by:
readFieldIDin classYggdrasilInputStream- Throws:
IOException
-
close
Deprecated.- Throws:
IOException
-