Package org.apache.solr.common.util
Class Utils.BAOS
- java.lang.Object
- 
- java.io.OutputStream
- 
- java.io.ByteArrayOutputStream
- 
- org.apache.solr.common.util.Utils.BAOS
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
 - Enclosing class:
- Utils
 
 public static class Utils.BAOS extends ByteArrayOutputStream 
- 
- 
Field Summary- 
Fields inherited from class java.io.ByteArrayOutputStreambuf, count
 
- 
 - 
Constructor SummaryConstructors Constructor Description BAOS()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getbuf()ByteBuffergetByteBuffer()- 
Methods inherited from class java.io.ByteArrayOutputStreamclose, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeTo
 - 
Methods inherited from class java.io.OutputStreamflush, nullOutputStream, write
 
- 
 
- 
- 
- 
Method Detail- 
getByteBufferpublic ByteBuffer getByteBuffer() 
 - 
getbufpublic byte[] getbuf() 
 
- 
 
-