net.sourceforge.neurosdbm.db
Class AdvAudioRecord

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.MDBRecord
      extended bynet.sourceforge.neurosdbm.db.AdvAudioRecord

public class AdvAudioRecord
extends MDBRecord


Field Summary
private  WordString path
           
private  long size
           
private  long time
           
 
Fields inherited from class net.sourceforge.neurosdbm.db.MDBRecord
accessKeyArrayList, deleted, extraInfoArrayList, key, primary
 
Constructor Summary
AdvAudioRecord(int key, java.nio.ByteBuffer bytes, int wordOffset, int numAccessKeys, int numExtraInfo)
           
 
Method Summary
(package private)  void generatePointers()
           
 WordString getPath()
           
 long getSize()
           
 long getTime()
           
(package private)  void setKey(int key)
           
 
Methods inherited from class net.sourceforge.neurosdbm.db.MDBRecord
getCountedLength, getKey, getPrimary, getRecordLength, invalidateRecordLength, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

time

private long time

size

private long size

path

private WordString path
Constructor Detail

AdvAudioRecord

public AdvAudioRecord(int key,
                      java.nio.ByteBuffer bytes,
                      int wordOffset,
                      int numAccessKeys,
                      int numExtraInfo)
Method Detail

generatePointers

void generatePointers()
Specified by:
generatePointers in class MDBRecord

getPath

public WordString getPath()

getTime

public long getTime()

getSize

public long getSize()

setKey

void setKey(int key)


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.