public class IlvTablePersistentContext extends Object implements IlvPersistentObject
Constructor and Description |
---|
IlvTablePersistentContext(IlvInputStream stream)
Creates
IlvTablePersistentContext from persisted data. |
IlvTablePersistentContext(IlvPersistentObject[] context)
Creates a new
IlvTablePersistentContext . |
Modifier and Type | Method and Description |
---|---|
IlvPersistentObject[] |
getContext() |
void |
write(IlvOutputStream stream)
Writes the attributes of a persistent object.
|
public IlvTablePersistentContext(IlvPersistentObject[] context)
IlvTablePersistentContext
.context
- the table of objectspublic IlvTablePersistentContext(IlvInputStream stream) throws IlvReadFileException
IlvTablePersistentContext
from persisted data.stream
- the input stream.IlvReadFileException
public void write(IlvOutputStream stream) throws IOException
write
in interface IlvPersistentObject
stream
- the output streamIOException
- thrown when an exception occurs during
the write operation for this object.IlvPersistentObject.write(ilog.views.io.IlvOutputStream)
public IlvPersistentObject[] getContext()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.