org.freehep.postscript.processor
Class ByteBuffer
java.lang.Object
  
org.freehep.postscript.processor.ByteBuffer
public class ByteBuffer
- extends Object
 
Byte Buffer for PostScript Scanner
- Author:
 
  - Mark Donszelmann
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ByteBuffer
public ByteBuffer()
ByteBuffer
public ByteBuffer(int len)
reset
public void reset()
 
append
public void append(int i)
 
append
public void append(char c)
 
getString
public String getString()
 
getChars
public char[] getChars()
 
Copyright © 2001-2009 FreeHEP. All Rights Reserved.