BinaryReader.position

Gets current position in stream.

struct BinaryReader(Range = ubyte[])
ulong
position
@property
(
)
if (
isInputRange!Range &&
is(ElementType!Range == ubyte)
)

Meta