FileStreamExensions.SafeRead Method |
Name | Description | |
---|---|---|
SafeRead(FileStream, Byte) | Read data from a stream. Assumes that the whole buffer must be read. Reads from current location. | |
SafeRead(FileStream, Byte, Long) | Read data from a stream. Contains TRY CATCH mechanism. Reads from current location. | |
SafeRead(FileStream, Byte, Long, Long) | Read data from a stream. Contains TRY CATCH mechanism. Reads from current location. |