mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 01:31:54 +00:00
spelling: current
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
c3c299acb7
commit
c8302c8c62
@@ -16,7 +16,7 @@ public class InWindow
|
||||
public int _bufferOffset;
|
||||
|
||||
public int _blockSize; // Size of Allocated memory block
|
||||
public int _pos; // offset (from _buffer) of curent byte
|
||||
public int _pos; // offset (from _buffer) of current byte
|
||||
int _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos
|
||||
int _keepSizeAfter; // how many BYTEs must be kept buffer after _pos
|
||||
public int _streamPos; // offset (from _buffer) of first not read byte from Stream
|
||||
|
||||
Reference in New Issue
Block a user