Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jkernel.core.LByteArrayOutputStream

Source code
java.lang.Object
    |
    +----java.io.OutputStream
            |
            +----java.io.ByteArrayOutputStream
                    |
                    +----cornell.slk.jkernel.core.LByteArrayOutputStream

final class LByteArrayOutputStream
extends java.io.ByteArrayOutputStream
Used by DObjectCopier.


Fields inherited from class java.io.ByteArrayOutputStream
 buf, count
 

Constructor Summary
 LByteArrayOutputStream()
 
 

Method Summary
byte[]  getBuf()
 
int  getCount()
 
 
Methods inherited from class java.io.ByteArrayOutputStream
 reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
 close, flush, write, write, write
 
Methods inherited from class java.lang.Object
 , clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LByteArrayOutputStream

LByteArrayOutputStream()
Method Detail

getBuf

byte[] getBuf()

getCount

int getCount()

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS