Class AbstractPrincetonRandomAccessDictionaryFile

    • Field Detail

      • _previousOffset

        private long _previousOffset
        Used for caching the previously accessed file offset.
      • _nextOffset

        private long _nextOffset
        Used for caching the offset of the line following the line at previousOffset.
    • Constructor Detail

      • AbstractPrincetonRandomAccessDictionaryFile

        public AbstractPrincetonRandomAccessDictionaryFile()
      • AbstractPrincetonRandomAccessDictionaryFile

        protected AbstractPrincetonRandomAccessDictionaryFile​(java.lang.String path,
                                                              POS pos,
                                                              DictionaryFileType fileType)