java.lang.Object
com.twelvemonkeys.imageio.plugins.jpeg.Segment
com.twelvemonkeys.imageio.plugins.jpeg.Unknown

final class Unknown extends Segment
Represents an unknown segment in the JPEG stream.
Version:
$Id: Unknown.java,v 1.0 22/08/16 harald.kuhr Exp$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final byte[]
     

    Fields inherited from class com.twelvemonkeys.imageio.plugins.jpeg.Segment

    marker
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Unknown(int marker, byte[] data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Segment
    read(int marker, int length, DataInput data)
     
     

    Methods inherited from class com.twelvemonkeys.imageio.plugins.jpeg.Segment

    read

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • data

      final byte[] data
  • Constructor Details

    • Unknown

      private Unknown(int marker, byte[] data)
  • Method Details