Class BinaryStorer.Creator.Abstract
- java.lang.Object
-
- org.eclipse.serializer.persistence.binary.types.BinaryStorer.Creator.Abstract
-
- All Implemented Interfaces:
BinaryStorer.Creator,PersistenceStorer.Creator<Binary>
- Direct Known Subclasses:
BinaryStorer.Creator.Default
- Enclosing interface:
- BinaryStorer.Creator
public abstract static class BinaryStorer.Creator.Abstract extends Object implements BinaryStorer.Creator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.binary.types.BinaryStorer.Creator
BinaryStorer.Creator.Abstract, BinaryStorer.Creator.Default
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstract(BinaryChannelCountProvider channelCountProvider, boolean switchByteOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intchannelCount()protected booleanswitchByteOrder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.serializer.persistence.binary.types.BinaryStorer.Creator
createEagerStorer, createLazyStorer, createStorer
-
-
-
-
Constructor Detail
-
Abstract
protected Abstract(BinaryChannelCountProvider channelCountProvider, boolean switchByteOrder)
-
-