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

Class cornell.slk.jkernel.core.LByteArrayInputStream

Source code
java.lang.Object
    |
    +----java.io.InputStream
            |
            +----java.io.ByteArrayInputStream
                    |
                    +----cornell.slk.jkernel.core.LByteArrayInputStream

final class LByteArrayInputStream
extends java.io.ByteArrayInputStream
Used by DObjectCopier.


Field Summary
LByteArrayOutputStream  out
 
 
Fields inherited from class java.io.ByteArrayInputStream
 buf, count, mark, pos
 

Constructor Summary
 LByteArrayInputStream(LByteArrayOutputStream out)
 
 

Method Summary
void  start()
 
 
Methods inherited from class java.io.ByteArrayInputStream
 available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
 available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
 , clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

out

LByteArrayOutputStream out
Constructor Detail

LByteArrayInputStream

LByteArrayInputStream(LByteArrayOutputStream out)
Method Detail

start

void start()

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