Class PathBinaryWritable

java.lang.Object
it.tidalwave.role.io.spi.PathBinaryWritable
All Implemented Interfaces:
BinaryWritable

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

    • PathBinaryWritable

      public PathBinaryWritable(@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