org.enhydra.apache.xml.serialize
Class SieveEncodingInfo.BAOutputStream
java.lang.Object
|
+--java.io.OutputStream
|
+--java.io.ByteArrayOutputStream
|
+--org.enhydra.apache.xml.serialize.SieveEncodingInfo.BAOutputStream
- Enclosing class:
- SieveEncodingInfo
- static class SieveEncodingInfo.BAOutputStream
- extends ByteArrayOutputStream
Why don't we use the original ByteArrayOutputStream?
- Because the toByteArray() method of the ByteArrayOutputStream
creates new byte[] instances for each call.
Method Summary |
(package private) byte[] |
getBuffer()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SieveEncodingInfo.BAOutputStream
SieveEncodingInfo.BAOutputStream()
SieveEncodingInfo.BAOutputStream
SieveEncodingInfo.BAOutputStream(int size)
getBuffer
byte[] getBuffer()
Copyright © 1999 The Apache Software Foundation. All Rights reserved.