Package net.sf.okapi.common.skeleton
Interfaces and classes for the skeleton objects.
This package provides the interfaces and classes that are used to create and store the skeleton objects used to carry non-extractable native code parsed out by a filter. the skeleton is essential to allow the rebuilding of the original file format.
-
Interface Summary Interface Description ISkeletonWriter Provides the methods common to all skeleton writers. -
Class Summary Class Description GenericSkeleton Simple generic implementation of the ISkeleton interface.GenericSkeletonPart Part ofGenericSkeletonobject.GenericSkeletonSimplifier Simplifies events, i.e.GenericSkeletonWriter Implements ISkeletonWriter for the GenericSkeleton skeleton.Referent SkeletonUtil Helper methods to manipulate skeleton objects.StorageList provides a way to store a list of resources and implements the different interfaces of the resources.ZipSkeleton Extension of theGenericSkeletonskeleton implementation that allow ZipFile and ZipEntry objects to be passed along with skeleton parts.