public abstract static class BinaryResourceImpl.DataConverter<T>
extends java.lang.Object
factory interface.
The default implementation of EFactoryImpl.create(EDataType) returns null.| Modifier and Type | Class and Description |
|---|---|
static interface |
BinaryResourceImpl.DataConverter.Factory |
| Constructor and Description |
|---|
DataConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doWrite(BinaryResourceImpl.EObjectOutputStream eObjectOutputStream,
T value) |
boolean |
isTabulated() |
abstract T |
read(BinaryResourceImpl.EObjectInputStream eObjectInputStream) |
void |
write(BinaryResourceImpl.EObjectOutputStream eObjectOutputStream,
java.lang.Object value) |
public boolean isTabulated()
public abstract T read(BinaryResourceImpl.EObjectInputStream eObjectInputStream) throws java.io.IOException
java.io.IOExceptionpublic void write(BinaryResourceImpl.EObjectOutputStream eObjectOutputStream, java.lang.Object value) throws java.io.IOException
java.io.IOExceptionprotected abstract void doWrite(BinaryResourceImpl.EObjectOutputStream eObjectOutputStream, T value) throws java.io.IOException
java.io.IOExceptionCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature