All Packages Class Hierarchy This Package Previous Next Index
Class classinfo.BufManager
java.lang.Object
|
+----classinfo.BufManager
- public class BufManager
- extends Object
-
BUF_LENGTH
-
-
STRING_BUFFER_SIZE
-
-
BufManager(DataInputStream)
-
-
advance(byte[], int, int)
-
-
advance(int)
-
-
clearBuffer()
-
-
intToHexString(int, int)
-
-
parseByte(int)
-
-
parseChar(int)
-
-
parseDouble(int, int)
-
-
parseFloat(int, int)
-
-
parseInt(int, int)
-
-
parseLong(int, int)
-
-
parseString(int, int)
-
-
unsignedByteToInt(byte)
-
STRING_BUFFER_SIZE
protected static final int STRING_BUFFER_SIZE
BUF_LENGTH
protected static final int BUF_LENGTH
BufManager
public BufManager(DataInputStream in)
advance
public void advance(int count) throws IOException
advance
public void advance(byte buf[],
int offset,
int count) throws IOException
clearBuffer
public void clearBuffer()
parseInt
public int parseInt(int offset,
int count)
parseLong
public long parseLong(int offset,
int count)
parseFloat
public float parseFloat(int offset,
int count)
parseDouble
public double parseDouble(int offset,
int count)
parseString
public String parseString(int offset,
int count)
parseChar
public char parseChar(int offset)
parseByte
public byte parseByte(int offset)
unsignedByteToInt
protected static int unsignedByteToInt(byte b)
intToHexString
protected static String intToHexString(int i,
int count)
All Packages Class Hierarchy This Package Previous Next Index