forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 16
RageLib.Archives.ArchiveHelpers
Jérémie N'gadi edited this page Aug 5, 2018
·
2 revisions
namespace: RageLib.Archives
ArchiveHelpers
public class ArchiveHelpers
⬜ | prototype | description |
---|
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
method | long FindOffset(List< DataBlock > blocks, long neededSpace, long blockSize=1) |
Given a list of data blocks, this method finds an block of empty space of specified length. |
method | long FindSpace(List< DataBlock > blocks, DataBlock item) |
Given a list of data blocks, this method finds the maximum length of a specified data block. |
method | void MoveBytes(Stream stream, long sourceOffset, long destinationOffset, long length) |
__ |
⬜ | name | description |
---|