com.sun.xml.ws.transport.tcp.io
Class ByteBufferOutputStream
java.lang.Object
java.io.OutputStream
com.sun.xml.ws.transport.tcp.io.ByteBufferOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class ByteBufferOutputStream
- extends OutputStream
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBufferOutputStream
public ByteBufferOutputStream()
ByteBufferOutputStream
public ByteBufferOutputStream(int initSize)
ByteBufferOutputStream
public ByteBufferOutputStream(ByteBuffer outputBuffer)
reset
public void reset()
getByteBuffer
public ByteBuffer getByteBuffer()
write
public void write(int data)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
close
public void close()
- Specified by:
close in interface Closeable- Overrides:
close in class OutputStream
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.