CrcCalculatorStream
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.ZLib
- Ancestry: Stream | CrcCalculatorStream
constructor (Stream)
constructor(stream: Stream)
CrcCalculatorStream(Stream stream)
Sub New(stream As Stream)
Parameters:
- stream:
constructor (Stream, Boolean)
constructor(stream: Stream; leaveOpen: Boolean)
CrcCalculatorStream(Stream stream, Boolean leaveOpen)
Sub New(stream As Stream, leaveOpen As Boolean)
Parameters:
- stream:
- leaveOpen:
constructor (Stream, Int64)
constructor(stream: Stream; length: Int64)
CrcCalculatorStream(Stream stream, Int64 length)
Sub New(stream As Stream, length As Int64)
Parameters:
- stream:
- length:
constructor (Stream, Int64, Boolean)
constructor(stream: Stream; length: Int64; leaveOpen: Boolean)
CrcCalculatorStream(Stream stream, Int64 length, Boolean leaveOpen)
Sub New(stream As Stream, length As Int64, leaveOpen As Boolean)
Parameters:
- stream:
- length:
- leaveOpen:
constructor (Stream, Int64, Boolean, CRC32)
constructor(stream: Stream; length: Int64; leaveOpen: Boolean; crc32: CRC32)
CrcCalculatorStream(Stream stream, Int64 length, Boolean leaveOpen, CRC32 crc32)
Sub New(stream As Stream, length As Int64, leaveOpen As Boolean, crc32 As CRC32)
Parameters:
- stream:
- length:
- leaveOpen:
- crc32:
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()
Crc
property Crc: Int32 read;
Int32 Crc { get; }
ReadOnly Property Crc() As Int32
Flush
method Flush
void Flush()
Sub Flush()
LeaveOpen
property LeaveOpen: Boolean read write;
Boolean LeaveOpen { get; set; }
Property LeaveOpen() 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
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(value: Int64)
void SetLength(Int64 value)
Sub SetLength(value As Int64)
Parameters:
- value:
TotalBytesSlurped
property TotalBytesSlurped: Int64 read;
Int64 TotalBytesSlurped { get; }
ReadOnly Property TotalBytesSlurped() As Int64
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
Crc
property Crc: Int32 read;
Int32 Crc { get; }
ReadOnly Property Crc() As Int32
LeaveOpen
property LeaveOpen: Boolean read write;
Boolean LeaveOpen { get; set; }
Property LeaveOpen() 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
TotalBytesSlurped
property TotalBytesSlurped: Int64 read;
Int64 TotalBytesSlurped { get; }
ReadOnly Property TotalBytesSlurped() As Int64
constructor (Stream)
constructor(stream: Stream)
CrcCalculatorStream(Stream stream)
Sub New(stream As Stream)
Parameters:
- stream:
constructor (Stream, Boolean)
constructor(stream: Stream; leaveOpen: Boolean)
CrcCalculatorStream(Stream stream, Boolean leaveOpen)
Sub New(stream As Stream, leaveOpen As Boolean)
Parameters:
- stream:
- leaveOpen:
constructor (Stream, Int64)
constructor(stream: Stream; length: Int64)
CrcCalculatorStream(Stream stream, Int64 length)
Sub New(stream As Stream, length As Int64)
Parameters:
- stream:
- length:
constructor (Stream, Int64, Boolean)
constructor(stream: Stream; length: Int64; leaveOpen: Boolean)
CrcCalculatorStream(Stream stream, Int64 length, Boolean leaveOpen)
Sub New(stream As Stream, length As Int64, leaveOpen As Boolean)
Parameters:
- stream:
- length:
- leaveOpen:
constructor (Stream, Int64, Boolean, CRC32)
constructor(stream: Stream; length: Int64; leaveOpen: Boolean; crc32: CRC32)
CrcCalculatorStream(Stream stream, Int64 length, Boolean leaveOpen, CRC32 crc32)
Sub New(stream As Stream, length As Int64, leaveOpen As Boolean, crc32 As CRC32)
Parameters:
- stream:
- length:
- leaveOpen:
- crc32:
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(value: Int64)
void SetLength(Int64 value)
Sub SetLength(value As Int64)
Parameters:
- value:
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: