public static class JFIFInputStream.Segment extends Object
Modifier and Type | Field and Description |
---|---|
int |
length
If the marker starts a marker segment, holds the length
of the data in the data segment.
|
int |
marker
Holds the marker code.
|
long |
offset
Holds the offset of the first data byte to the beginning
of the stream.
|
Constructor and Description |
---|
Segment(int marker,
long offset,
int length) |
public final int marker
public final long offset
public final int length
Copyright © 1999–2019 ViaOA. All rights reserved.