public abstract class AbstractDataHandle<L extends Location> extends AbstractWrapperPlugin<L> implements DataHandle<L>
DataHandle plugins.DEFAULT_BLOCK_SIZE, MAX_SEARCH_SIZE| Constructor and Description |
|---|
AbstractDataHandle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the native encoding of the stream.
|
ByteOrder |
getOrder()
Returns the current order of the stream.
|
void |
setEncoding(String encoding)
Sets the native encoding of the stream.
|
void |
setOrder(ByteOrder order)
Sets the byte order of the stream.
|
get, setgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindString, findString, findString, findString, isLittleEndian, length, offset, read, read, read, read, read, readCString, readString, readString, seek, setOrder, skip, write, writeget, setgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipByteswrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic ByteOrder getOrder()
DataHandlegetOrder in interface DataHandle<L extends Location>public void setOrder(ByteOrder order)
DataHandlesetOrder in interface DataHandle<L extends Location>order - Order to set.public String getEncoding()
DataHandlegetEncoding in interface DataHandle<L extends Location>public void setEncoding(String encoding)
DataHandlesetEncoding in interface DataHandle<L extends Location>Copyright © 2009–2016 SciJava. All rights reserved.