public class ClumpletReader
extends java.lang.Object
ClumpletReader.cpp
.Modifier and Type | Class and Description |
---|---|
static class |
ClumpletReader.ClumpletType |
static class |
ClumpletReader.Kind |
Constructor and Description |
---|
ClumpletReader(ClumpletReader.Kind kind,
byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
void |
adjustSpbState() |
boolean |
find(int tag) |
int |
getBufferTag() |
byte[] |
getBytes() |
int |
getClumpLength() |
int |
getClumpletSize(boolean wTag,
boolean wLength,
boolean wData) |
ClumpletReader.ClumpletType |
getClumpletType(byte tag) |
int |
getClumpTag() |
int |
getInt() |
long |
getLong() |
java.lang.String |
getString(java.nio.charset.Charset charset) |
java.lang.String |
getString(Encoding encoding) |
boolean |
isEof() |
boolean |
isTagged() |
void |
moveNext() |
boolean |
next(int tag) |
void |
rewind() |
public ClumpletReader(ClumpletReader.Kind kind, byte[] buffer)
public boolean isTagged()
public int getBufferTag() throws java.sql.SQLException
java.sql.SQLException
public ClumpletReader.ClumpletType getClumpletType(byte tag) throws java.sql.SQLException
java.sql.SQLException
public void adjustSpbState() throws java.sql.SQLException
java.sql.SQLException
public int getClumpletSize(boolean wTag, boolean wLength, boolean wData) throws java.sql.SQLException
java.sql.SQLException
public void moveNext() throws java.sql.SQLException
java.sql.SQLException
public void rewind() throws java.sql.SQLException
java.sql.SQLException
public boolean find(int tag) throws java.sql.SQLException
java.sql.SQLException
public boolean next(int tag) throws java.sql.SQLException
java.sql.SQLException
public int getClumpTag() throws java.sql.SQLException
java.sql.SQLException
public int getClumpLength() throws java.sql.SQLException
java.sql.SQLException
public byte[] getBytes() throws java.sql.SQLException
java.sql.SQLException
public int getInt() throws java.sql.SQLException
java.sql.SQLException
public long getLong() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getString(Encoding encoding) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getString(java.nio.charset.Charset charset) throws java.sql.SQLException
java.sql.SQLException
public boolean isEof()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.