Class RandomAccessFileData

java.lang.Object
org.hansken.plugin.extraction.test.serialize.RandomAccessFileData
All Implemented Interfaces:
Closeable, AutoCloseable, RandomAccessData

public class RandomAccessFileData extends Object implements RandomAccessData
A RandomAccessData implementation which reads from an in-memory byte array. Closing it has the effect of removing the reference to the array.

Note: this implementation is not thread-safe.