Class ByteBuffer

java.lang.Object
com.aparapi.internal.reader.ByteBuffer

public class ByteBuffer
extends Object
Used to parse ClassFile structure.
Provides low level access to sequential bytes in a stream given a specific offset. Does not keep track of accesses. For this you will need a ByteReader
Author:
gfrost
See Also:
ByteReader