mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-05 07:50:23 +08:00
Update filereader.py
This commit is contained in:
@@ -5,8 +5,7 @@ import struct
|
|||||||
|
|
||||||
class FileReader:
|
class FileReader:
|
||||||
"""
|
"""
|
||||||
Simplified byte file reader with buffer, it's not particularly optimised but good enough
|
File reader for files, not much too say
|
||||||
In the scope of this project, not everything will be used in here
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, file, endianness:str):
|
def __init__(self, file, endianness:str):
|
||||||
|
|||||||
Reference in New Issue
Block a user