Bin2StreamReader
Overview
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
- Ancestry: Object | StreamHandler | Bin2StreamReader
constructor (Stream)
Parameters:
- aStream:
constructor (Stream) protected (declared in StreamHandler)
Parameters:
- stream:
BinReader
property BinReader: BinReaderWriter read;
BinReaderWriter BinReader { __get; }
clearPositionCache (declared in StreamHandler)
method clearPositionCache
void clearPositionCache()
Position (declared in StreamHandler)
property Position: Int64 read write;
Int64 Position { __get; __set; }
readBlob
method readBlob: array of SByte
SByte[] readBlob()
readBoolean
method readBoolean: Boolean
Boolean readBoolean()
readByte
method readByte: SByte
SByte readByte()
readBytes
method readBytes(aCount: Integer): array of SByte
SByte[] readBytes(Integer aCount)
Parameters:
- aCount:
readChars
method readChars(aCount: Integer): array of Char
Char[] readChars(Integer aCount)
Parameters:
- aCount:
readCurrency
method readCurrency: BigDecimal
BigDecimal readCurrency()
readDateTime
method readDateTime: Date
Date readDateTime()
readDecimal
method readDecimal: BigDecimal
BigDecimal readDecimal()
readDouble
method readDouble: Double
Double readDouble()
readGuid
method readGuid: UUID
UUID readGuid()
readInt16
method readInt16: SmallInt
SmallInt readInt16()
readInt32
method readInt32: Integer
Integer readInt32()
readInt64
method readInt64: Int64
Int64 readInt64()
readNullableString
method readNullableString: String
String readNullableString()
readSByte
method readSByte: SByte
SByte readSByte()
readSingle
method readSingle: Single
Single readSingle()
readString
method readString: String
String readString()
readVariant
Parameters:
- dataType:
readWideString
method readWideString: String
String readWideString()
readXml
restorePosition (declared in StreamHandler)
method restorePosition
void restorePosition()
savePosition (declared in StreamHandler)
method savePosition
void savePosition()
Stream (declared in StreamHandler)
BinReader
property BinReader: BinReaderWriter read;
BinReaderWriter BinReader { __get; }
Position (declared in StreamHandler)
property Position: Int64 read write;
Int64 Position { __get; __set; }
Stream (declared in StreamHandler)
constructor (Stream)
Parameters:
- aStream:
constructor (Stream) protected (declared in StreamHandler)
Parameters:
- stream:
clearPositionCache (declared in StreamHandler)
method clearPositionCache
void clearPositionCache()
readBlob
method readBlob: array of SByte
SByte[] readBlob()
readBoolean
method readBoolean: Boolean
Boolean readBoolean()
readByte
method readByte: SByte
SByte readByte()
readBytes
method readBytes(aCount: Integer): array of SByte
SByte[] readBytes(Integer aCount)
Parameters:
- aCount:
readChars
method readChars(aCount: Integer): array of Char
Char[] readChars(Integer aCount)
Parameters:
- aCount:
readCurrency
method readCurrency: BigDecimal
BigDecimal readCurrency()
readDateTime
method readDateTime: Date
Date readDateTime()
readDecimal
method readDecimal: BigDecimal
BigDecimal readDecimal()
readDouble
method readDouble: Double
Double readDouble()
readGuid
method readGuid: UUID
UUID readGuid()
readInt16
method readInt16: SmallInt
SmallInt readInt16()
readInt32
method readInt32: Integer
Integer readInt32()
readInt64
method readInt64: Int64
Int64 readInt64()
readNullableString
method readNullableString: String
String readNullableString()
readSByte
method readSByte: SByte
SByte readSByte()
readSingle
method readSingle: Single
Single readSingle()
readString
method readString: String
String readString()
readVariant
Parameters:
- dataType:
readWideString
method readWideString: String
String readWideString()
readXml
restorePosition (declared in StreamHandler)
method restorePosition
void restorePosition()
savePosition (declared in StreamHandler)
method savePosition
void savePosition()