FreeHEP API
Version current

org.freehep.postscript
Class ByteBuffer

java.lang.Object
  extended byorg.freehep.postscript.ByteBuffer

public class ByteBuffer
extends Object

Byte Buffer for PostScript Scanner

Version:
$Id: ByteBuffer.java,v 1.1 2001/06/04 07:23:48 duns Exp $
Author:
Mark Donszelmann
Source Code:
ByteBuffer.java

Constructor Summary
ByteBuffer()
           
ByteBuffer(int len)
           
 
Method Summary
 void append(char c)
           
 void append(int i)
           
 char[] getChars()
           
 String getString()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBuffer

public ByteBuffer()

ByteBuffer

public ByteBuffer(int len)
Method Detail

reset

public void reset()

append

public void append(int i)

append

public void append(char c)

getString

public String getString()

getChars

public char[] getChars()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.