Class PathBinaryReadable

java.lang.Object
it.tidalwave.role.io.spi.PathBinaryReadable
All Implemented Interfaces:
BinaryReadable

public class PathBinaryReadable extends Object implements BinaryReadable
An implementation of BinaryReadable which delegates to a Path.
Since:
3.2-ALPHA-12
Author:
Fabrizio Giudici
Status: stable API
  • Constructor Details

    • PathBinaryReadable

      public PathBinaryReadable(@Nonnull Path path, @Nonnull OpenOption... openOptions)
      Creates an instance with the given path and options.
      Parameters:
      path - the path to open
      openOptions - open options
  • Method Details