TByteArrayInputStream

Input stream that allows reading from an array of bytes.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TInputStreamA stream of bytes that can be read from front to end.
3TByteArrayInputStream

Source

Byte.Array_.Stream.Input.pas (27)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTPositiveInteger32Count
InstancepublicTArray<TByte>Value
InstancepublicTPositiveInteger32Index

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Value: TArray<TByte>)
InstancepublicRead(Buffer; Count: TPositiveInteger32)
InstancepublicTPositiveInteger32Available()
InstancepublicTBooleanAtEnd()