mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 07:38:58 +08:00
(BitStream.CacheSize): new property.
returns number of bits currently buffered.
This commit is contained in:
@@ -37,7 +37,8 @@ namespace GameRes.Formats
|
||||
protected int m_bits = 0;
|
||||
protected int m_cached_bits = 0;
|
||||
|
||||
public Stream Input { get { return m_input; } }
|
||||
public Stream Input { get { return m_input; } }
|
||||
public int CacheSize { get { return m_cached_bits; } }
|
||||
|
||||
protected BitStream (Stream file, bool leave_open)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user