CM_InputStream Class
- public class CM_InputStream
extends InputStream
-
Hierarchy
-
Object
InputStream
CM_InputStream
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CM_InputStream
public CM_InputStream(String
propertyName,
int nodeId)
available() Method
public int available()
throws IOException
-
Overrides
-
InputStream.available()
Exceptions
-
IOException
close() Method
public void close()
throws IOException
-
Overrides
-
InputStream.close()
Exceptions
-
IOException
getBlobSize() Method
public long getBlobSize()
mark(int) Method
public void mark(int readLimit)
-
Overrides
-
InputStream.mark(int)
markSupported() Method
public boolean markSupported()
-
Overrides
-
InputStream.markSupported()
read() Method
public int read()
throws IOException
-
Overrides
-
InputStream.read()
Exceptions
-
IOException
read(byte[]) Method
public int read(byte[] b)
throws IOException
-
Overrides
-
InputStream.read(byte[])
Exceptions
-
IOException
read(byte[], int, int) Method
public int read(byte[] b,
int off,
int len)
throws IOException
-
Overrides
-
InputStream.read(byte[], int, int)
Exceptions
-
IOException
reset() Method
public void reset()
throws IOException
-
Overrides
-
InputStream.reset()
Exceptions
-
IOException
skip(long) Method
public long skip(long n)
throws IOException
-
Overrides
-
InputStream.skip(long)
Exceptions
-
IOException