© 2004 BEA Systems, Inc.

com.bea.content.manager
Class CM_InputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bycom.bea.content.manager.CM_InputStream

public class CM_InputStream
extends InputStream


Constructor Summary
CM_InputStream(String propertyName, int nodeId)
           
 
Method Summary
 int available()
           
 void close()
           
 long getBlobSize()
           
 void mark(int readLimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited 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

public int available()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

getBlobSize

public long getBlobSize()

mark

public void mark(int readLimit)

markSupported

public boolean markSupported()

read

public int read()
         throws IOException
Throws:
IOException

read

public int read(byte[] b)
         throws IOException
Throws:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Throws:
IOException

reset

public void reset()
           throws IOException
Throws:
IOException

skip

public long skip(long n)
          throws IOException
Throws:
IOException

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved