Package arc.util.io
package arc.util.io
-
ClassDescriptionDataInput wrapper of ByteBuffer.DataOutput wrapper of ByteBuffer.Taken from http://www.javafaq.nu/java-example-code-1079.html
PropertiesUtils
is a helper class that allows you to load and store key/value pairs of anObjectMap<String,String>
with the same line-oriented syntax supported byjava.util.Properties
.A wrapper for DataInput with more concise method names and no IOExceptions.AByteArrayInputStream
that can have its content bytes reset.Provides utility methods to copy streams.A ByteArrayOutputStream which avoids copying of the byte array if possible.A wrapper for DataOutput with more concise method names and no IOExceptions.