Interface RAP._DataStreamOperations
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface RAP._DataStreamOperations

public interface _DataStreamOperations

Method Index

 o GetBytes(int, int)
 o GetDataStreamID()
 o GetKeyMetadata()
 o GetMIMEType()
 o WriteBytes(int, int, WriteBytesMode, byte[])

Methods

 o GetBytes
public abstract byte[] GetBytes(int length,
                                int offset) throws RepositorySystemError
 o GetDataStreamID
public abstract java.lang.String GetDataStreamID() throws RepositorySystemError
 o GetKeyMetadata
public abstract RAP.DSKeyMetadata GetKeyMetadata() throws RepositorySystemError
 o GetMIMEType
public abstract java.lang.String GetMIMEType() throws RepositorySystemError
 o WriteBytes
public abstract int WriteBytes(int bufferLength,
                               int absoluteDataStreamOffset,
                               WriteBytesMode mode,
                               byte buffer) throws RepositorySystemError

All Packages  Class Hierarchy  This Package  Previous  Next  Index