Package ch.njol.yggdrasil
Class DefaultYggdrasilInputStream
java.lang.Object
ch.njol.yggdrasil.YggdrasilInputStream
ch.njol.yggdrasil.DefaultYggdrasilInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class ch.njol.yggdrasil.YggdrasilInputStream
yggdrasil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected Class<?>
protected int
protected Class<?>
protected String
protected Class<?>
protected String
protected short
protected Class<?>
protected Object
readPrimitive(Tag type)
protected Object
readPrimitive_(Tag type)
protected int
protected String
protected Tag
readTag()
Methods inherited from class ch.njol.yggdrasil.YggdrasilInputStream
readObject, readObject
-
Constructor Details
-
DefaultYggdrasilInputStream
- Throws:
IOException
-
-
Method Details
-
readTag
- Specified by:
readTag
in classYggdrasilInputStream
- Throws:
IOException
-
readPrimitive
- Specified by:
readPrimitive
in classYggdrasilInputStream
- Throws:
IOException
-
readPrimitive_
- Specified by:
readPrimitive_
in classYggdrasilInputStream
- Throws:
IOException
-
readString
- Specified by:
readString
in classYggdrasilInputStream
- Throws:
IOException
-
readArrayComponentType
- Specified by:
readArrayComponentType
in classYggdrasilInputStream
- Throws:
IOException
-
readArrayLength
- Specified by:
readArrayLength
in classYggdrasilInputStream
- Throws:
IOException
-
readEnumType
- Specified by:
readEnumType
in classYggdrasilInputStream
- Throws:
IOException
-
readEnumID
- Specified by:
readEnumID
in classYggdrasilInputStream
- Throws:
IOException
-
readClass
- Specified by:
readClass
in classYggdrasilInputStream
- Throws:
IOException
-
readReference
- Specified by:
readReference
in classYggdrasilInputStream
- Throws:
IOException
-
readObjectType
- Specified by:
readObjectType
in classYggdrasilInputStream
- Throws:
IOException
-
readNumFields
- Specified by:
readNumFields
in classYggdrasilInputStream
- Throws:
IOException
-
readFieldID
- Specified by:
readFieldID
in classYggdrasilInputStream
- Throws:
IOException
-
close
- Throws:
IOException
-