mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 02:05:04 +00:00
java code format
This commit is contained in:
@@ -87,10 +87,10 @@ public class MemoryInputStream extends SeekableInputStream {
|
||||
pos += toRead;
|
||||
return toRead;
|
||||
}
|
||||
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int available() throws IOException {
|
||||
return maxLength - (int) pos;
|
||||
|
||||
Reference in New Issue
Block a user