public abstract static class TiffWriter.FieldBase extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected byte[] |  
           data  |  
          
| Modifier | Constructor and Description | 
|---|---|
protected  |  
           FieldBase(int tag, int fieldType, int count)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
int |  
           getTag()  |  
          
int |  
           getValueSize()  |  
          
void |  
           setOffset(int offset)  |  
          
void |  
           writeField(OutputStream stream)  |  
          
void |  
           writeValue(OutputStream stream)  |  
          
public int getValueSize()
public int getTag()
public void setOffset(int offset)
public void writeField(OutputStream stream) throws IOException
IOException 
           public void writeValue(OutputStream stream) throws IOException
IOException 
           Copyright © 1998–2019. All rights reserved.