Package org.sonar.php.cache
Class VarLengthInputStream
java.lang.Object
org.sonar.php.cache.VarLengthInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Use variable length encoding for integers.
https://en.wikipedia.org/wiki/Variable-length_code
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarLengthInputStream
public VarLengthInputStream(byte[] input)
-
-
Method Details
-
readUTF
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readBoolean
- Throws:
IOException
-
readByte
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-