Click or drag to resize

FastLargeFileGetReader Method

Namespace:  ff14bot.Helpers.SqPack
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public BinaryReader GetReader(
	long offset,
	long count
)

Parameters

offset
Type: SystemInt64
count
Type: SystemInt64

Return Value

Type: BinaryReader
See Also