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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected Class<?> protected intprotected Class<?> protected Stringprotected Class<?> protected Stringprotected shortprotected Class<?> protected ObjectreadPrimitive(Tag type) protected ObjectreadPrimitive_(Tag type) protected intprotected Stringprotected TagreadTag()Methods inherited from class ch.njol.yggdrasil.YggdrasilInputStream
readObject, readObject
-
Constructor Details
-
DefaultYggdrasilInputStream
- Throws:
IOException
-
-
Method Details
-
readTag
- Specified by:
readTagin classYggdrasilInputStream- Throws:
IOException
-
readPrimitive
- Specified by:
readPrimitivein classYggdrasilInputStream- Throws:
IOException
-
readPrimitive_
- Specified by:
readPrimitive_in classYggdrasilInputStream- Throws:
IOException
-
readString
- Specified by:
readStringin classYggdrasilInputStream- Throws:
IOException
-
readArrayComponentType
- Specified by:
readArrayComponentTypein classYggdrasilInputStream- Throws:
IOException
-
readArrayLength
- Specified by:
readArrayLengthin classYggdrasilInputStream- Throws:
IOException
-
readEnumType
- Specified by:
readEnumTypein classYggdrasilInputStream- Throws:
IOException
-
readEnumID
- Specified by:
readEnumIDin classYggdrasilInputStream- Throws:
IOException
-
readClass
- Specified by:
readClassin classYggdrasilInputStream- Throws:
IOException
-
readReference
- Specified by:
readReferencein classYggdrasilInputStream- Throws:
IOException
-
readObjectType
- Specified by:
readObjectTypein classYggdrasilInputStream- Throws:
IOException
-
readNumFields
- Specified by:
readNumFieldsin classYggdrasilInputStream- Throws:
IOException
-
readFieldID
- Specified by:
readFieldIDin classYggdrasilInputStream- Throws:
IOException
-
close
- Throws:
IOException
-