Searched refs:ByteArrayIStream (Results 1 – 4 of 4) sorted by relevance
24 final class ByteArrayIStream extends InputStream class29 public ByteArrayIStream (final byte [] buf) in ByteArrayIStream() method in ByteArrayIStream34 public ByteArrayIStream (final byte [] buf, final int length) in ByteArrayIStream() method in ByteArrayIStream
44 public final ByteArrayIStream toByteIStream () in toByteIStream()46 return new ByteArrayIStream (m_buf, m_pos); in toByteIStream()
18 import com.vladium.util.ByteArrayIStream;41 classParser parser = new classParser (new UDataInputStream (new ByteArrayIStream (bytes))); in parseClass()54 …classParser parser = new classParser (new UDataInputStream (new ByteArrayIStream (bytes, length))); in parseClass()
META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...