com.sun.xml.wss.impl.misc
Class UnsyncByteArrayOutputStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.sun.xml.wss.impl.misc.UnsyncByteArrayOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class UnsyncByteArrayOutputStream
- extends ByteArrayOutputStream
A simple Unsynced ByteArryOutputStream
- Author:
- raul
UnsyncByteArrayOutputStream
public UnsyncByteArrayOutputStream()
UnsyncByteArrayOutputStream
public UnsyncByteArrayOutputStream(int size)
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 ByteArrayOutputStream
write
public void write(int arg0)
- Overrides:
write in class ByteArrayOutputStream
toByteArray
public byte[] toByteArray()
- Overrides:
toByteArray in class ByteArrayOutputStream
reset
public void reset()
- Overrides:
reset in class ByteArrayOutputStream
getLength
public int getLength()
getBytes
public byte[] getBytes()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.