Interface RAP._DataStreamOperations
All Packages Class Hierarchy This Package Previous Next Index
Interface RAP._DataStreamOperations
- public interface _DataStreamOperations
-
GetBytes(int, int)
-
-
GetDataStreamID()
-
-
GetKeyMetadata()
-
-
GetMIMEType()
-
-
WriteBytes(int, int, WriteBytesMode, byte[])
-
GetBytes
public abstract byte[] GetBytes(int length,
int offset) throws RepositorySystemError
GetDataStreamID
public abstract java.lang.String GetDataStreamID() throws RepositorySystemError
GetKeyMetadata
public abstract RAP.DSKeyMetadata GetKeyMetadata() throws RepositorySystemError
GetMIMEType
public abstract java.lang.String GetMIMEType() throws RepositorySystemError
WriteBytes
public abstract int WriteBytes(int bufferLength,
int absoluteDataStreamOffset,
WriteBytesMode mode,
byte buffer) throws RepositorySystemError
All Packages Class Hierarchy This Package Previous Next Index