dke.smwp.compiler
Class Buffer

java.lang.Object
  |
  +--dke.smwp.compiler.Buffer

class Buffer
extends java.lang.Object


Field Summary
(package private) static byte[] buf
           
(package private) static int bufLen
           
(package private) static int pos
           
 
Constructor Summary
(package private) Buffer()
           
 
Method Summary
(package private) static void Fill(java.lang.String name)
           
(package private) static int read()
           
(package private) static void Set(int position)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

buf

static byte[] buf

bufLen

static int bufLen

pos

static int pos
Constructor Detail

Buffer

Buffer()
Method Detail

Fill

static void Fill(java.lang.String name)

Set

static void Set(int position)

read

static int read()