org.apache.xml.security.utils
Class UnsyncByteArrayOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.apache.xml.security.utils.UnsyncByteArrayOutputStream

public class UnsyncByteArrayOutputStream
extends java.io.OutputStream

A simple Unsynced ByteArrayOutputStream

Author:
raul

Constructor Summary
UnsyncByteArrayOutputStream()
           
 
Method Summary
 void reset()
           
 byte[] toByteArray()
           
 void write(byte[] arg0)
           
 void write(byte[] arg0, int arg1, int arg2)
           
 void write(int arg0)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsyncByteArrayOutputStream

public UnsyncByteArrayOutputStream()
Method Detail

write

public void write(byte[] arg0)

write

public void write(byte[] arg0,
                  int arg1,
                  int arg2)

write

public void write(int arg0)

toByteArray

public byte[] toByteArray()

reset

public void reset()