Maven module :un.storage : model3d-unity :
Class : un.storage.model3d.unity.model.bundle.UnityBundleEntry
Extends/Implements : un.api.path.AbstractPath
Subclasses : -

author  Nico Bergemann (from disunity project)
author  Johann Sorel


Variables : name, offset, size
Functions : UnityBundleEntry, read, getChildren, getName, getParent, isContainer, exists, createContainer, createLeaf, resolve, getResolver, createInputStream, createOutputStream, createSeekableBuffer, toURI


public Chars name

public long offset

public long size


public void UnityBundleEntry (UnityBundle bundle)

public void read (DataInputStream ds)

public Path[] getChildren ()

public String getName ()

public Path getParent ()

public boolean isContainer ()

public boolean exists ()

public boolean createContainer ()

public boolean createLeaf ()

public Path resolve (String address)

public PathResolver getResolver ()

public ByteInputStream createInputStream ()

public ByteOutputStream createOutputStream ()

public SeekableByteBuffer createSeekableBuffer (boolean read, boolean write, boolean resize)

public String toURI ()