de.grogra.gpuflux.utils
Class ByteArray

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by de.grogra.gpuflux.utils.ByteArray
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class ByteArray
extends java.io.ByteArrayOutputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
ByteArray()
           
ByteArray(int capacity)
           
 
Method Summary
 byte[] getBuffer()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteArray

public ByteArray()

ByteArray

public ByteArray(int capacity)
Method Detail

getBuffer

public byte[] getBuffer()