FileStreamExensions.SafeRead 方法 |
名称 | 说明 | |
---|---|---|
SafeRead(FileStream, Byte) | Read data from a stream. Assumes that the whole buffer must be read. Reads from current location. | |
SafeRead(FileStream, Byte, Int32) | Read data from a stream. Contains TRY CATCH mechanism. Reads from current location. | |
SafeRead(FileStream, Byte, Int32, Int32) | Read data from a stream. Contains TRY CATCH mechanism. Reads from current location. |