Package org.verapdf.cos
Class COSHeader
java.lang.Object
org.verapdf.cos.COSHeader
- Author:
- Timur Kamalov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintlongfloatvoidsetBinaryHeaderBytes(int first, int second, int third, int fourth) voidvoidsetHeaderCommentByte1(int headerCommentByte1) voidsetHeaderCommentByte2(int headerCommentByte2) voidsetHeaderCommentByte3(int headerCommentByte3) voidsetHeaderCommentByte4(int headerCommentByte4) voidsetHeaderOffset(long headerOffset) voidsetVersion(float version)
-
Constructor Details
-
COSHeader
public COSHeader() -
COSHeader
-
-
Method Details
-
setBinaryHeaderBytes
public void setBinaryHeaderBytes(int first, int second, int third, int fourth) -
getHeaderOffset
public long getHeaderOffset() -
setHeaderOffset
public void setHeaderOffset(long headerOffset) -
getHeader
-
setHeader
-
getVersion
public float getVersion() -
setVersion
public void setVersion(float version) -
getHeaderCommentByte1
public int getHeaderCommentByte1() -
setHeaderCommentByte1
public void setHeaderCommentByte1(int headerCommentByte1) -
getHeaderCommentByte2
public int getHeaderCommentByte2() -
setHeaderCommentByte2
public void setHeaderCommentByte2(int headerCommentByte2) -
getHeaderCommentByte3
public int getHeaderCommentByte3() -
setHeaderCommentByte3
public void setHeaderCommentByte3(int headerCommentByte3) -
getHeaderCommentByte4
public int getHeaderCommentByte4() -
setHeaderCommentByte4
public void setHeaderCommentByte4(int headerCommentByte4)
-