|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
com.espertech.esper.util.SimpleByteArrayOutputStream
public class SimpleByteArrayOutputStream
Output stream that relies on a simple byte array, unchecked.
Constructor Summary | |
---|---|
SimpleByteArrayOutputStream()
Ctor. |
|
SimpleByteArrayOutputStream(int initSize)
Ctor. |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Return the input stream for the output buffer. |
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
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 |
---|
public SimpleByteArrayOutputStream()
public SimpleByteArrayOutputStream(int initSize)
initSize
- initial sizeMethod Detail |
---|
public final void write(byte[] b)
write
in class java.io.OutputStream
public final void write(byte[] b, int off, int len)
write
in class java.io.OutputStream
public final void write(int b)
write
in class java.io.OutputStream
public java.io.InputStream getInputStream()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |