Class TiffWriter.FieldBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
      protected byte[] data  
      private int fieldType  
      private int offset  
      private int tag  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FieldBase​(int tag, int fieldType, int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTag()  
      int getValueSize()  
      void setOffset​(int offset)  
      void writeField​(java.io.OutputStream stream)  
      void writeValue​(java.io.OutputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tag

        private int tag
      • fieldType

        private int fieldType
      • count

        private int count
      • data

        protected byte[] data
      • offset

        private int offset
    • Constructor Detail

      • FieldBase

        protected FieldBase​(int tag,
                            int fieldType,
                            int count)
    • Method Detail

      • getValueSize

        public int getValueSize()
      • getTag

        public int getTag()
      • setOffset

        public void setOffset​(int offset)
      • writeField

        public void writeField​(java.io.OutputStream stream)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • writeValue

        public void writeValue​(java.io.OutputStream stream)
                        throws java.io.IOException
        Throws:
        java.io.IOException