|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CopyableRandomAccess
RandomAccess subinterface to describe an object which can copy itself. The copy is backed by the same data, but has a separate file pointer, so the two objects can be accessed without mutual interference.
Method Summary | |
---|---|
CopyableRandomAccess |
copyAccess()
Returns a new copy of this object. |
Methods inherited from interface nom.tam.util.RandomAccess |
---|
getFilePointer, seek |
Methods inherited from interface nom.tam.util.ArrayDataInput |
---|
close, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, readArray, skip |
Methods inherited from interface java.io.DataInput |
---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
Method Detail |
---|
CopyableRandomAccess copyAccess() throws java.io.IOException
java.io.IOException
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |