Maven module :un.api : api-system-jvm :
Class : un.system.jvm.JVMInputStream
Extends/Implements : un.api.io.AbstractInputStream
Subclasses : -

Wraps a JVM input stream as a ByteInputStream.
author  Johann Sorel


Variables : -
Functions : JVMInputStream, read, read, read, skip, close



public void JVMInputStream (InputStream in)

public int read ()

public int read (byte[] buffer)

public int read (byte[] buffer, int offset, int length)

public long skip (long n)

public void close ()