Class FileDirectoryQueryableInformation

    • Field Detail

      • fileName

        private final java.lang.String fileName
      • nextOffset

        private long nextOffset
      • fileIndex

        private long fileIndex
    • Constructor Detail

      • FileDirectoryQueryableInformation

        FileDirectoryQueryableInformation​(long nextOffset,
                                          long fileIndex,
                                          java.lang.String fileName)
    • Method Detail

      • getNextOffset

        public long getNextOffset()
      • getFileIndex

        public long getFileIndex()
      • getFileName

        public java.lang.String getFileName()