IFixedInputStream
type
IFixedInputStream = interface(IEofInputStream) ['{8B8647B0-C3EF-4380-8732-16DCBC39FD8D}']
function get_Size: Int64;
function get_Position: Int64;
function Available: Int64;
property Size: Int64 read;
property Position: Int64 read;
end;
Ancestor: IEofInputStream.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm