- java.lang.Object
-
- java.io.OutputStream
-
- java.io.ByteArrayOutputStream
-
- org.mortbay.util.ByteArrayOutputStream2
-
-
Field Summary
-
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
-
Method Summary
Methods
Modifier and Type |
Method and Description |
byte[] |
getBuf() |
int |
getCount() |
-
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
-
Methods inherited from class java.io.OutputStream
flush, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getBuf
public byte[] getBuf()
-
getCount
public int getCount()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.