palmed.buffer
Interface IRecordBuffer

All Superinterfaces:
IBuffer, IRecord, ISerializable
All Known Implementing Classes:
RecordBuffer

public interface IRecordBuffer
extends IBuffer, IRecord

This interface defines an adapter between a buffer and a record.

Version:
$Revision: 266 $ $Date: 2005-09-27 06:40:21 +0900 (mar., 27 sept. 2005) $
Author:
Mathieu Champlon

Method Summary
 void readReference(java.io.InputStream stream)
          Read from an input stream.
 void writeReference(java.io.OutputStream stream)
          Write to an output stream.
 
Methods inherited from interface palmed.buffer.IBuffer
delete, hasBeenModified, hasFile, open, save, save
 
Methods inherited from interface palmed.io.ISerializable
marshall, unmarshall
 
Methods inherited from interface palmed.io.IRecord
delete, persist, restore
 
Methods inherited from interface palmed.io.ISerializable
marshall, unmarshall
 

Method Detail

readReference

void readReference(java.io.InputStream stream)
                   throws java.io.IOException
Read from an input stream.

Parameters:
stream - the stream to read from
Throws:
java.io.IOException - an io exception occurs

writeReference

void writeReference(java.io.OutputStream stream)
                    throws java.io.IOException
Write to an output stream.

Parameters:
stream - the stream to write to
Throws:
java.io.IOException - an io exception occurs


Copyright © 2004-2006 PalmEd. All Rights Reserved.