FileStreamExensions.SafeReadAt Method |
Name | Description | |
---|---|---|
SafeReadAt(FileStream, Int64, Byte) | Read data at a location in the file. Makes sure that file locations are >= 0. Assumes whole buffer must be read. | |
SafeReadAt(FileStream, Int64, Byte, Long) | Read data at a location in the file. Makes sure that file locations are >= 0 |