org.apache.xml.security.utils
Class UnsyncByteArrayOutputStream
java.lang.Object
java.io.OutputStream
org.apache.xml.security.utils.UnsyncByteArrayOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class UnsyncByteArrayOutputStream
- extends OutputStream
A simple Unsynced ByteArrayOutputStream
- Author:
- raul
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsyncByteArrayOutputStream
public UnsyncByteArrayOutputStream()
write
public void write(byte[] arg0)
- Overrides:
write
in class OutputStream
write
public void write(byte[] arg0,
int arg1,
int arg2)
- Overrides:
write
in class OutputStream
write
public void write(int arg0)
- Specified by:
write
in class OutputStream
toByteArray
public byte[] toByteArray()
reset
public void reset()
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.