Package org.firebirdsql.gds
Class ClumpletReader
java.lang.Object
org.firebirdsql.gds.ClumpletReader
Reader for clumplets, similar to the implementation
ClumpletReader.cpp.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanfind(int tag) intbyte[]getBytes()intintgetClumpletSize(boolean wTag, boolean wLength, boolean wData) getClumpletType(byte tag) intintgetInt()longgetLong()booleanisEof()booleanisTagged()voidmoveNext()booleannext(int tag) voidrewind()
-
Constructor Details
-
ClumpletReader
-
-
Method Details
-
isTagged
public boolean isTagged() -
getBufferTag
- Throws:
SQLException
-
getClumpletType
- Throws:
SQLException
-
adjustSpbState
- Throws:
SQLException
-
getClumpletSize
- Throws:
SQLException
-
moveNext
- Throws:
SQLException
-
rewind
- Throws:
SQLException
-
find
- Throws:
SQLException
-
next
- Throws:
SQLException
-
getClumpTag
- Throws:
SQLException
-
getClumpLength
- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
isEof
public boolean isEof()
-