com.syncbuilder.storage.generic
Class Resource

java.lang.Object
  |
  +--com.syncbuilder.storage.Block
        |
        +--com.syncbuilder.storage.Resource
              |
              +--com.syncbuilder.storage.generic.Resource

public class Resource
extends Resource

A generic entry in a resource-database. This class contains no functionality to treat the contents of the Resource in an application-specific way. You may only manipulate its attributes and its raw content directly.

See Also:
Serialized Form

Fields inherited from class com.syncbuilder.storage.Block
raw
 
Constructor Summary
Resource()
           
Resource(byte[] contents, Char4 type, int id, int index)
           
 
Method Summary
 void fill()
           
 
Methods inherited from class com.syncbuilder.storage.Resource
getID, getIndex, getType, toString
 
Methods inherited from class com.syncbuilder.storage.Block
describe, pack, unpack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Resource

public Resource()

Resource

public Resource(byte[] contents,
                Char4 type,
                int id,
                int index)
Method Detail

fill

public void fill()
Overrides:
fill in class Block


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.