Uses of Class
jlibs.core.lang.ByteSequence

Packages that use ByteSequence
jlibs.core.io   
jlibs.core.lang   
 

Uses of ByteSequence in jlibs.core.io
 

Methods in jlibs.core.io that return ByteSequence
 ByteSequence ByteArrayOutputStream2.toByteSequence()
          Returns the input data as ByteSequence.
Note that the internal buffer is not copied.
 

Uses of ByteSequence in jlibs.core.lang
 

Methods in jlibs.core.lang that return ByteSequence
 ByteSequence ByteSequence.copy()
           
 ByteSequence ByteSequence.slice(int offset)
           
 ByteSequence ByteSequence.slice(int offset, int length)
           
 



Copyright © 2018. All rights reserved.