Package org.fusesource.hawtbuf
package org.fusesource.hawtbuf
-
ClassesClassDescriptionUsed to write and read primitives to and from a Buffer.Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.Optimized ByteArrayInputStream that can be used more than onceOptimized ByteArrayOutputStreamUsed to convert to hex from byte arrays and back.