Interface IOpenAccessBinaryStream
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IOpenAccessBinaryStream
Methods
CanAccess(String, Boolean)
Declaration
bool CanAccess(string fieldName, bool write)
Parameters
System.
|
System.
|
Returns
System.
|
FlushInternal(Byte[], Int32, Int32, String, Boolean, Int64)
Declaration
void FlushInternal(byte[] buffer, int offset, int count, string fieldName, bool append, long internalOffset)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
GetDefaultBufferSize()
Declaration
int GetDefaultBufferSize()
Returns
System.
|
GetLengthInternal(String)
Declaration
long GetLengthInternal(string fieldName)
Parameters
System.
|
Returns
System.
|
MarkModified(String, Stream)
Declaration
void MarkModified(string fieldName, Stream stream)
Parameters
System.
|
System.
|
ReadInternal(Byte[], Int32, Int32, String, Int64)
Declaration
int ReadInternal(byte[] buffer, int offset, int count, string fieldName, long internalOffset)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
SetLengthInternal(String, Int64)
Declaration
void SetLengthInternal(string fieldName, long length)
Parameters
System.
|
System.
|