public class ManagedByteArrayOutputStream extends OutputStream
IManagedByteArray
as an OutputStream
.Constructor and Description |
---|
ManagedByteArrayOutputStream(IManagedByteArray buf) |
public ManagedByteArrayOutputStream(IManagedByteArray buf)
buf
- The data written onto the stream will be appended to the
caller's buffer.public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b)
write
in class OutputStream
public void write(byte[] b, int off, int len)
write
in class OutputStream
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.