Class BinaryRequestWriter.BAOS
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.ByteArrayOutputStream
-
- org.apache.solr.client.solrj.impl.BinaryRequestWriter.BAOS
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- BinaryRequestWriter
public static class BinaryRequestWriter.BAOS extends ByteArrayOutputStream
-
-
Field Summary
-
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
-
-
Constructor Summary
Constructors Constructor Description BAOS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getbuf()
-
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeTo
-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
-