Uses of Interface
org.springframework.boot.loader.data.RandomAccessData
Packages that use RandomAccessData
Package
Description
Classes and interfaces to allow random access to a block of data.
-
Uses of RandomAccessData in org.springframework.boot.loader.data
Classes in org.springframework.boot.loader.data that implement RandomAccessDataModifier and TypeClassDescriptionclassRandomAccessDataimplementation backed by aRandomAccessFile.Methods in org.springframework.boot.loader.data that return RandomAccessDataModifier and TypeMethodDescriptionRandomAccessData.getSubsection(long offset, long length) Returns a newRandomAccessDatafor a specific subsection of this data.RandomAccessDataFile.getSubsection(long offset, long length)