Interface HintProvider

All Known Subinterfaces:
BlockDevice, Device, Source, TrackSectorDevice
All Known Implementing Classes:
BlockToTrackSectorAdapter, DataBufferSource, DiskCopyImage, DosOrderedTrackSectorDevice, FileEntrySource, FileSource, ProdosOrderedBlockDevice, SkewedTrackSectorDevice, TrackSectorNibbleDevice, TrackSectorToBlockAdapter, UniversalDiskImage

public interface HintProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    is(Hint hint)
     
    default boolean
    isAny(Hint... hints)
     
  • Method Details

    • is

      boolean is(Hint hint)
    • isAny

      default boolean isAny(Hint... hints)