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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.protected Class<?>
Deprecated.protected int
Deprecated.protected Class<?>
Deprecated.protected String
Deprecated.protected Class<?>
Deprecated.protected String
Deprecated.protected short
Deprecated.protected Class<?>
Deprecated.protected Object
readPrimitive(Tag type)
Deprecated.protected Object
readPrimitive_(Tag type)
Deprecated.protected int
Deprecated.protected String
Deprecated.protected Tag
readTag()
Deprecated.Methods inherited from class ch.njol.yggdrasil.YggdrasilInputStream
readObject, readObject
-
Constructor Details
-
YggXMLInputStream
Deprecated.- Throws:
IOException
-
-
Method Details
-
readTag
Deprecated.- Specified by:
readTag
in classYggdrasilInputStream
- Throws:
IOException
-
readPrimitive
Deprecated.- Specified by:
readPrimitive
in classYggdrasilInputStream
- Throws:
IOException
-
readPrimitive_
Deprecated.- Specified by:
readPrimitive_
in classYggdrasilInputStream
- Throws:
IOException
-
readString
Deprecated.- Specified by:
readString
in classYggdrasilInputStream
- Throws:
IOException
-
readArrayComponentType
Deprecated.- Specified by:
readArrayComponentType
in classYggdrasilInputStream
- Throws:
IOException
-
readArrayLength
Deprecated.- Specified by:
readArrayLength
in classYggdrasilInputStream
- Throws:
IOException
-
readEnumType
Deprecated.- Specified by:
readEnumType
in classYggdrasilInputStream
- Throws:
IOException
-
readEnumID
Deprecated.- Specified by:
readEnumID
in classYggdrasilInputStream
- Throws:
IOException
-
readClass
Deprecated.- Specified by:
readClass
in classYggdrasilInputStream
- Throws:
IOException
-
readReference
Deprecated.- Specified by:
readReference
in classYggdrasilInputStream
- Throws:
IOException
-
readObjectType
Deprecated.- Specified by:
readObjectType
in classYggdrasilInputStream
- Throws:
IOException
-
readNumFields
Deprecated.- Specified by:
readNumFields
in classYggdrasilInputStream
- Throws:
IOException
-
readFieldID
Deprecated.- Specified by:
readFieldID
in classYggdrasilInputStream
- Throws:
IOException
-
close
Deprecated.- Throws:
IOException
-