Uses of Interface
org.springframework.boot.loader.data.RandomAccessData
Package
Description
Classes and interfaces to allow random access to a block of data.
-
Uses of RandomAccessData in org.springframework.boot.loader.data
Modifier and TypeClassDescriptionclass
RandomAccessData
implementation backed by aRandomAccessFile
.Modifier and TypeMethodDescriptionRandomAccessData.getSubsection
(long offset, long length) Returns a newRandomAccessData
for a specific subsection of this data.RandomAccessDataFile.getSubsection
(long offset, long length)