jdbm.helper
Class OpenByteArrayOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by jdbm.helper.OpenByteArrayOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class OpenByteArrayOutputStream
extends java.io.ByteArrayOutputStream


Constructor Summary
OpenByteArrayOutputStream(byte[] buf)
           
 
Method Summary
 byte[] getBuf()
           
 void reset(byte[] buf)
           
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenByteArrayOutputStream

public OpenByteArrayOutputStream(byte[] buf)
Method Detail

getBuf

public byte[] getBuf()

reset

public void reset(byte[] buf)


Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net