com.intersys.classes
Class GlobalCharacterStream
java.lang.Object
com.intersys.classes.CacheGeneric
com.intersys.classes.CacheRootObject
com.intersys.classes.RegisteredObject
com.intersys.classes.SerialObject
com.intersys.classes.SerialStream
com.intersys.classes.CharacterStream
com.intersys.classes.GlobalCharacterStream
- All Implemented Interfaces:
- ObjectHandle, Serializable
- public class GlobalCharacterStream
- extends CharacterStream
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class com.intersys.classes.CharacterStream |
_lineTerminatorGet, _lineTerminatorSet, _moveToEnd, _read, _write, _write, _writeLine, _writeLine, get_lineTerminator, getReader, getWriter, set_lineTerminator |
Methods inherited from class com.intersys.classes.SerialStream |
_deleteAttribute, _deleteStream, _flush, _getAttribute, _getAttribute, _getStreamId, _inputFromDevice, _inputFromDevice, _inputFromDevice, _isDefinedAttribute, _isNull, _logicalToOdbc, _logicalToOdbc, _nextAttribute, _odbcToLogical, _odbcToLogical, _openStream, _rewind, _saveStream, _setAttribute, _sizeGet |
Methods inherited from class com.intersys.classes.RegisteredObject |
_className, _className, _constructClone, _constructClone, _constructClone, _isA, _isModified, _normalizeObject, _packageName, _validateObject, _validateObject, constructClone, constructClone, getZRef |
Methods inherited from class com.intersys.classes.CacheRootObject |
_close, castTo, equals, getDatabase, getField, getOref, getProxy, getString, hashCode, release, releaseInternal, toString |
GlobalCharacterStream
public GlobalCharacterStream(com.intersys.cache.CacheObject ref)
throws CacheException
GlobalCharacterStream
public GlobalCharacterStream(Database db)
throws CacheException
_open
public static RegisteredObject _open(Database db,
Oid oid)
throws CacheException
- Throws:
CacheException
getCacheClassName
public static String getCacheClassName()
getCacheClass
public CacheClass getCacheClass()
throws CacheException
- Overrides:
getCacheClass
in class CharacterStream
- Throws:
CacheException
checkAllFieldsValid
public static void checkAllFieldsValid(Database db)
throws CacheException
- Throws:
CacheException
checkAllMethods
public static void checkAllMethods(Database db)
throws CacheException
- Throws:
CacheException
_readLine
public String _readLine(IntegerHolder len)
throws CacheException
- Overrides:
_readLine
in class CharacterStream
- Throws:
CacheException
_clear
public void _clear()
throws CacheException
- Overrides:
_clear
in class SerialStream
- Throws:
CacheException
_copyFrom
public void _copyFrom(AbstractStream source)
throws CacheException
- Overrides:
_copyFrom
in class SerialStream
- Throws:
CacheException
_copyFromAndSave
public void _copyFromAndSave(AbstractStream source)
throws CacheException
- Overrides:
_copyFromAndSave
in class SerialStream
- Throws:
CacheException
_lastModifiedGet
public Timestamp _lastModifiedGet()
throws CacheException
- Overrides:
_lastModifiedGet
in class SerialStream
- Throws:
CacheException
_outputToDevice
public void _outputToDevice()
throws CacheException
- Overrides:
_outputToDevice
in class SerialStream
- Throws:
CacheException
_outputToDevice
public void _outputToDevice(IntegerHolder len)
throws CacheException
- Overrides:
_outputToDevice
in class SerialStream
- Throws:
CacheException