public class WrapperProcessInputStream
extends java.io.InputStream
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOException - in case of any file errorsWrapperLicenseError - If the function is called other than in
the Professional Edition or from a Standalone JVM.public boolean markSupported()
markSupported in class java.io.InputStreampublic boolean ready()
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException - in case the stream has been already closed or any other file errorWrapperLicenseError - If the function is called other than in
the Professional Edition or from a Standalone JVM.public int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionCopyright 1999, 2012 Tanuki Software Inc., All Rights Reserved.