mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace DiscImageChef
|
||||
{
|
||||
public class EndianAwareBinaryReader : BinaryReader
|
||||
{
|
||||
byte[] buffer = new byte[8];
|
||||
readonly byte[] buffer = new byte[8];
|
||||
|
||||
public EndianAwareBinaryReader(Stream input, Encoding encoding, bool isLittleEndian)
|
||||
: base(input, encoding)
|
||||
|
||||
Reference in New Issue
Block a user