it.geosolutions.imageio.plugins.jp2k
Interface MutableJP2KBox

All Superinterfaces:
Cloneable, JP2KBox, MutableTreeNode, TreeNode

public interface MutableJP2KBox
extends JP2KBox, MutableTreeNode

Author:
Simone Giannecchini, GeoSolutions

Method Summary
 void setContent(byte[] content)
          Returns the box content in byte array.
 void setExtraLength(long extraLength)
           
 void setIsLeaf(boolean isLeaf)
           
 void setlength(int length)
           
 void setType(int type)
           
 
Methods inherited from interface JP2KBox
clone, getContent, getExtraLength, getLength, getType
 
Methods inherited from interface MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

setContent

void setContent(byte[] content)
Returns the box content in byte array.


setlength

void setlength(int length)

setExtraLength

void setExtraLength(long extraLength)

setType

void setType(int type)

setIsLeaf

void setIsLeaf(boolean isLeaf)


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.