Uses of Interface
fish.payara.micro.boot.loader.data.RandomAccessData
-
Packages that use RandomAccessData Package Description fish.payara.micro.boot.loader.data Classes and interfaces to allows random access to a block of data. -
-
Uses of RandomAccessData in fish.payara.micro.boot.loader.data
Classes in fish.payara.micro.boot.loader.data that implement RandomAccessData Modifier and Type Class Description classByteArrayRandomAccessDataRandomAccessDataimplementation backed by a byte array.classRandomAccessDataFileRandomAccessDataimplementation backed by aRandomAccessFile.Methods in fish.payara.micro.boot.loader.data that return RandomAccessData Modifier and Type Method Description RandomAccessDataByteArrayRandomAccessData. getSubsection(long offset, long length)RandomAccessDataRandomAccessData. getSubsection(long offset, long length)Returns a newRandomAccessDatafor a specific subsection of this data.RandomAccessDataRandomAccessDataFile. getSubsection(long offset, long length)
-