public final class CacheControlSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static CacheControlSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r745cae()
3 byte R745CAE value.
|
String |
r745ccmt()
R745CCMT value.
|
int |
r745ccnt()
R745CCNT value.
|
int |
r745cfdv()
3 byte R745CFDV value.
|
Duration |
r745cint()
R745CINT as a Duration.
|
long |
r745cintRawValue()
R745CINT raw value.
|
double |
r745cintSeconds()
R745CINT in seconds.
|
int |
r745cioc()
R745CIOC value.
|
int |
r745clvl()
R745CLVL value.
|
int |
r745cmdl()
R745CMDL value.
|
int |
r745crtn()
R745CRTN value.
|
int |
r745csc()
R745CSC value.
|
int |
r745cuid()
R745CUID value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public int r745clvl()
public int r745cmdl()
public int r745ccnt()
public int r745cuid()
public int r745csc()
public int r745cae()
public int r745crtn()
public int r745cioc()
public Duration r745cint()
Duration
public double r745cintSeconds()
public long r745cintRawValue()
public String r745ccmt()
public int r745cfdv()
public static CacheControlSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.