BoundIncomingStream
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: Stream | BoundIncomingStream
constructor
constructor(connection: Connection; size: Int32)
BoundIncomingStream(Connection connection, Int32 size)
Sub New(connection As Connection, size As Int32)
Parameters:
- connection:
- size:
CanRead
property CanRead: Boolean read;
Boolean CanRead { get; }
ReadOnly Property CanRead() As Boolean
CanSeek
property CanSeek: Boolean read;
Boolean CanSeek { get; }
ReadOnly Property CanSeek() As Boolean
CanWrite
property CanWrite: Boolean read;
Boolean CanWrite { get; }
ReadOnly Property CanWrite() As Boolean
Close
method Close
void Close()
Sub Close()
Flush
method Flush
void Flush()
Sub Flush()
Length
property Length: Int64 read;
Int64 Length { get; }
ReadOnly Property Length() As Int64
Position
property Position: Int64 read write;
Int64 Position { get; set; }
Property Position() As Int64
Read
method Read(buffer: array of Byte; offset: Int32; count: Int32): Int32
Int32 Read(Byte[] buffer, Int32 offset, Int32 count)
Function Read(buffer As Byte(), offset As Int32, count As Int32) As Int32
Parameters:
- buffer:
- offset:
- count:
Seek
method Seek(offset: Int64; origin: SeekOrigin): Int64
Int64 Seek(Int64 offset, SeekOrigin origin)
Function Seek(offset As Int64, origin As SeekOrigin) As Int64
Parameters:
- offset:
- origin:
SetLength
method SetLength(length: Int64)
void SetLength(Int64 length)
Sub SetLength(length As Int64)
Parameters:
- length:
Write
method Write(buffer: array of Byte; offset: Int32; count: Int32)
void Write(Byte[] buffer, Int32 offset, Int32 count)
Sub Write(buffer As Byte(), offset As Int32, count As Int32)
Parameters:
- buffer:
- offset:
- count:
CanRead
property CanRead: Boolean read;
Boolean CanRead { get; }
ReadOnly Property CanRead() As Boolean
CanSeek
property CanSeek: Boolean read;
Boolean CanSeek { get; }
ReadOnly Property CanSeek() As Boolean
CanWrite
property CanWrite: Boolean read;
Boolean CanWrite { get; }
ReadOnly Property CanWrite() As Boolean
Length
property Length: Int64 read;
Int64 Length { get; }
ReadOnly Property Length() As Int64
Position
property Position: Int64 read write;
Int64 Position { get; set; }
Property Position() As Int64
constructor
constructor(connection: Connection; size: Int32)
BoundIncomingStream(Connection connection, Int32 size)
Sub New(connection As Connection, size As Int32)
Parameters:
- connection:
- size:
Close
method Close
void Close()
Sub Close()
Flush
method Flush
void Flush()
Sub Flush()
Read
method Read(buffer: array of Byte; offset: Int32; count: Int32): Int32
Int32 Read(Byte[] buffer, Int32 offset, Int32 count)
Function Read(buffer As Byte(), offset As Int32, count As Int32) As Int32
Parameters:
- buffer:
- offset:
- count:
Seek
method Seek(offset: Int64; origin: SeekOrigin): Int64
Int64 Seek(Int64 offset, SeekOrigin origin)
Function Seek(offset As Int64, origin As SeekOrigin) As Int64
Parameters:
- offset:
- origin:
SetLength
method SetLength(length: Int64)
void SetLength(Int64 length)
Sub SetLength(length As Int64)
Parameters:
- length:
Write
method Write(buffer: array of Byte; offset: Int32; count: Int32)
void Write(Byte[] buffer, Int32 offset, Int32 count)
Sub Write(buffer As Byte(), offset As Int32, count As Int32)
Parameters:
- buffer:
- offset:
- count: