Class Puffin.ReadBuilder

  • Enclosing class:
    Puffin

    public static final class Puffin.ReadBuilder
    extends java.lang.Object
    A builder for PuffinReader.
    • Method Detail

      • withFileSize

        public Puffin.ReadBuilder withFileSize​(long size)
        Passes known file size to the reader. This may improve read performance.
      • withFooterSize

        public Puffin.ReadBuilder withFooterSize​(long size)
        Passes known footer size to the reader. This may improve read performance.