Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 15D59200D34 for ; Fri, 3 Nov 2017 11:21:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1467B160BFB; Fri, 3 Nov 2017 10:21:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 23DD2160C12 for ; Fri, 3 Nov 2017 11:21:31 +0100 (CET) Received: (qmail 80534 invoked by uid 500); 3 Nov 2017 10:21:31 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 80152 invoked by uid 99); 3 Nov 2017 10:21:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2017 10:21:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4AB39F5DFC; Fri, 3 Nov 2017 10:21:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Fri, 03 Nov 2017 10:21:54 -0000 Message-Id: <6446c14b093f46239f836ea19c787c15@git.apache.org> In-Reply-To: <8d51090b0d614dffade4fe25fdc900ac@git.apache.org> References: <8d51090b0d614dffade4fe25fdc900ac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [27/51] [partial] pdfbox-docs git commit: PDFBOX-3989: rearrange 2.0.8 javadoc archived-at: Fri, 03 Nov 2017 10:21:36 -0000 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/package-use.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/package-use.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/package-use.html new file mode 100644 index 0000000..a3d5418 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/package-use.html @@ -0,0 +1,231 @@ + + + + + +Uses of Package org.apache.fontbox (PDFBox reactor 2.0.8 API) + + + + + + + + + +
+

Uses of Package
org.apache.fontbox

+
+
+ +
+ + + + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/PfbParser.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/PfbParser.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/PfbParser.html new file mode 100644 index 0000000..d6f559a --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/PfbParser.html @@ -0,0 +1,393 @@ + + + + + +PfbParser (PDFBox reactor 2.0.8 API) + + + + + + + + + + +
+
org.apache.fontbox.pfb
+

Class PfbParser

+
+
+ +
+
    +
  • +
    +
    +
    public class PfbParser
    +extends Object
    +
    Parser for a pfb-file.
    +
    Author:
    +
    Ben Litchfield, Michael Niedermair
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PfbParser

        +
        public PfbParser(String filename)
        +          throws IOException
        +
        Create a new object.
        +
        Parameters:
        filename - the file name
        +
        Throws:
        +
        IOException - if an IO-error occurs.
        +
      • +
      + + + +
        +
      • +

        PfbParser

        +
        public PfbParser(InputStream in)
        +          throws IOException
        +
        Create a new object.
        +
        Parameters:
        in - The input.
        +
        Throws:
        +
        IOException - if an IO-error occurs.
        +
      • +
      + + + +
        +
      • +

        PfbParser

        +
        public PfbParser(byte[] bytes)
        +          throws IOException
        +
        Create a new object.
        +
        Parameters:
        bytes - The input.
        +
        Throws:
        +
        IOException - if an IO-error occurs.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLengths

        +
        public int[] getLengths()
        +
        Returns the lengths.
        +
        Returns:
        Returns the lengths.
        +
      • +
      + + + +
        +
      • +

        getPfbdata

        +
        public byte[] getPfbdata()
        +
        Returns the pfbdata.
        +
        Returns:
        Returns the pfbdata.
        +
      • +
      + + + +
        +
      • +

        getInputStream

        +
        public InputStream getInputStream()
        +
        Returns the pfb data as stream.
        +
        Returns:
        Returns the pfb data as stream.
        +
      • +
      + + + +
        +
      • +

        size

        +
        public int size()
        +
        Returns the size of the pfb-data.
        +
        Returns:
        Returns the size of the pfb-data.
        +
      • +
      + + + +
        +
      • +

        getSegment1

        +
        public byte[] getSegment1()
        +
        Returns the first segment
        +
        Returns:
        first segment bytes
        +
      • +
      + + + +
        +
      • +

        getSegment2

        +
        public byte[] getSegment2()
        +
        Returns the second segment
        +
        Returns:
        second segment bytes
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/class-use/PfbParser.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/class-use/PfbParser.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/class-use/PfbParser.html new file mode 100644 index 0000000..7c20f5b --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/class-use/PfbParser.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.fontbox.pfb.PfbParser (PDFBox reactor 2.0.8 API) + + + + + + + + + +
+

Uses of Class
org.apache.fontbox.pfb.PfbParser

+
+
No usage of org.apache.fontbox.pfb.PfbParser
+ + + + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-frame.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-frame.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-frame.html new file mode 100644 index 0000000..49aa6a6 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-frame.html @@ -0,0 +1,18 @@ + + + + + +org.apache.fontbox.pfb (PDFBox reactor 2.0.8 API) + + + +

org.apache.fontbox.pfb

+
+

Classes

+ +
+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-summary.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-summary.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-summary.html new file mode 100644 index 0000000..2118b67 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-summary.html @@ -0,0 +1,144 @@ + + + + + +org.apache.fontbox.pfb (PDFBox reactor 2.0.8 API) + + + + + + +
+ + + + + +
+ + +
+

Package org.apache.fontbox.pfb

+
+
Classes that are used to parse pfb files.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    PfbParser +
    Parser for a pfb-file.
    +
    +
  • +
+ + + +

Package org.apache.fontbox.pfb Description

+
Classes that are used to parse pfb files.
+
+ +
+ + + + + +
+ + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-tree.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-tree.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-tree.html new file mode 100644 index 0000000..75c2b49 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-tree.html @@ -0,0 +1,128 @@ + + + + + +org.apache.fontbox.pfb Class Hierarchy (PDFBox reactor 2.0.8 API) + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.apache.fontbox.pfb

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-use.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-use.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-use.html new file mode 100644 index 0000000..701c4cc --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/pfb/package-use.html @@ -0,0 +1,115 @@ + + + + + +Uses of Package org.apache.fontbox.pfb (PDFBox reactor 2.0.8 API) + + + + + + + + + +
+

Uses of Package
org.apache.fontbox.pfb

+
+
No usage of org.apache.fontbox.pfb
+ + + + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/0450eb07/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/BufferedRandomAccessFile.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/BufferedRandomAccessFile.html b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/BufferedRandomAccessFile.html new file mode 100644 index 0000000..bee35b3 --- /dev/null +++ b/content/docs/2.0.8/javadocs/org/apache/fontbox/ttf/BufferedRandomAccessFile.html @@ -0,0 +1,390 @@ + + + + + +BufferedRandomAccessFile (PDFBox reactor 2.0.8 API) + + + + + + + + + + +
+
org.apache.fontbox.ttf
+

Class BufferedRandomAccessFile

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, DataInput, DataOutput, AutoCloseable
    +
    +
    +
    +
    public class BufferedRandomAccessFile
    +extends RandomAccessFile
    +
    This class is a version of the one published at + https://code.google.com/p/jmzreader/wiki/BufferedRandomAccessFile augmented to handle unsigned + bytes. The original class is published under Apache 2.0 license. Fix is marked below + + This is an optimized version of the RandomAccessFile class as described by Nick Zhang on + JavaWorld.com. The article can be found at + http://www.javaworld.com/javaworld/javatips/jw-javatip26.html
    +
    Author:
    +
    jg
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BufferedRandomAccessFile

        +
        public BufferedRandomAccessFile(String filename,
        +                        String mode,
        +                        int bufsize)
        +                         throws FileNotFoundException
        +
        Creates a new instance of the BufferedRandomAccessFile.
        +
        Parameters:
        filename - The path of the file to open.
        mode - Specifies the mode to use ("r", "rw", etc.) See the BufferedLineReader + documentation for more information.
        bufsize - The buffer size (in bytes) to use.
        +
        Throws:
        +
        FileNotFoundException - If the mode is "r" but the given string does not denote an + existing regular file, or if the mode begins with "rw" but the given string does not denote + an existing, writable regular file and a new regular file of that name cannot be created, or + if some other error occurs while opening or creating the file.
        +
      • +
      + + + +
        +
      • +

        BufferedRandomAccessFile

        +
        public BufferedRandomAccessFile(File file,
        +                        String mode,
        +                        int bufsize)
        +                         throws FileNotFoundException
        +
        Creates a new instance of the BufferedRandomAccessFile.
        +
        Parameters:
        file - The file to open.
        mode - Specifies the mode to use ("r", "rw", etc.) See the BufferedLineReader + documentation for more information.
        bufsize - The buffer size (in bytes) to use.
        +
        Throws:
        +
        FileNotFoundException - If the mode is "r" but the given file path does not denote an + existing regular file, or if the mode begins with "rw" but the given file path does not denote + an existing, writable regular file and a new regular file of that name cannot be created, or + if some other error occurs while opening or creating the file.
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

+ +