CM_InputStream Class

com.bea.content.manager
CM_InputStream Class

public class CM_InputStream

    extends InputStream

Hierarchy
Object
  InputStream
    CM_InputStream

Constructor Summary

CM_InputStream(String propertyName, int nodeId)

 

Method Summary

public int
available()
public void
close()
public long
getBlobSize()
public void
mark(int readLimit)
public boolean
markSupported()
public int
read()
public int
read(byte[] b)
public int
read(byte[] b, int off, int len)
public void
reset()
public long
skip(long n)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

CM_InputStream

public CM_InputStream(String propertyName, 
                      int nodeId)
 

Method Detail

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