Class VarLengthOutputStream
java.lang.Object
org.sonar.plugins.javascript.analysis.cache.VarLengthOutputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Use variable length encoding for integers.
Variable Length Code
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarLengthOutputStream
-
-
Method Details
-
writeInt
- Throws:
IOException
-
writeUTF
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-