FastLargeFile.ReadFast<T> Method (Int64, Int32) |
Namespace:
ff14bot.Helpers.SqPack
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic T[] ReadFast<T>(
long offset,
int count
)
where T : struct, new()
Parameters
- offset
- Type: System.Int64
- count
- Type: System.Int32
Type Parameters
- T
Return Value
Type:
T[]
See Also