All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class classinfo.BufManager

java.lang.Object
   |
   +----classinfo.BufManager

public class BufManager
extends Object

Variable Index

 o BUF_LENGTH
 o STRING_BUFFER_SIZE

Constructor Index

 o BufManager(DataInputStream)

Method Index

 o advance(byte[], int, int)
 o advance(int)
 o clearBuffer()
 o intToHexString(int, int)
 o parseByte(int)
 o parseChar(int)
 o parseDouble(int, int)
 o parseFloat(int, int)
 o parseInt(int, int)
 o parseLong(int, int)
 o parseString(int, int)
 o unsignedByteToInt(byte)

Variables

 o STRING_BUFFER_SIZE
 protected static final int STRING_BUFFER_SIZE
 o BUF_LENGTH
 protected static final int BUF_LENGTH

Constructors

 o BufManager
 public BufManager(DataInputStream in)

Methods

 o advance
 public void advance(int count) throws IOException
 o advance
 public void advance(byte buf[],
                     int offset,
                     int count) throws IOException
 o clearBuffer
 public void clearBuffer()
 o parseInt
 public int parseInt(int offset,
                     int count)
 o parseLong
 public long parseLong(int offset,
                       int count)
 o parseFloat
 public float parseFloat(int offset,
                         int count)
 o parseDouble
 public double parseDouble(int offset,
                           int count)
 o parseString
 public String parseString(int offset,
                           int count)
 o parseChar
 public char parseChar(int offset)
 o parseByte
 public byte parseByte(int offset)
 o unsignedByteToInt
 protected static int unsignedByteToInt(byte b)
 o intToHexString
 protected static String intToHexString(int i,
                                        int count)

All Packages  Class Hierarchy  This Package  Previous  Next  Index