Class FileInfo

java.lang.Object
io.deephaven.kv.files.FileInfo

public class FileInfo extends Object
  • Constructor Details

    • FileInfo

      public FileInfo(MetaInfo meta, String fileName, byte[] value)
  • Method Details

    • getMeta

      public MetaInfo getMeta()
      Returns:
      the file meta
    • getFileName

      public String getFileName()
      Returns:
      the file name
    • getValue

      public byte[] getValue()
      Returns:
      the file bytes