public abstract class OffsetFactory extends Object implements Serializable
Offset
OffsetFactory()
abstract Offset
createInitialOffset()
createNoStoppingOffset()
newOffset(Long position)
newOffset(Map<String,String> offset)
newOffset(String filename, Long position)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OffsetFactory()
public abstract Offset newOffset(Map<String,String> offset)
public abstract Offset newOffset(String filename, Long position)
public abstract Offset newOffset(Long position)
public abstract Offset createInitialOffset()
public abstract Offset createNoStoppingOffset()
Copyright © 2022 10MG. All rights reserved.