Klasse FileNode

Alle implementierten Schnittstellen:
IFluentMutableOptionalHeaderHolder<FileNode>, IOptionalHeaderHolder, IMutableNode<FileNode>, INode<FileNode>, BlanknessRequestable

public final class FileNode extends BaseMutableNode<FileNode>
A FileNode is a specification that is stored in a file.
Version:
2017-07-14
Autor:
Silvan Wyss
  • Konstruktordetails

    • FileNode

      public FileNode(String filePath)
      Creates a new FileNode with the given file path. Creates a new file if there does not exist a file with the given file path. Access and changes the file if there exists a file with the given file path.
      Parameter:
      filePath -
  • Methodendetails