|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransferable.Seek | |
---|---|
org.jmythapi.protocol.response | This package contains interfaces of MythTV response messages. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
Uses of ITransferable.Seek in org.jmythapi.protocol.response |
---|
Methods in org.jmythapi.protocol.response that return ITransferable.Seek | |
---|---|
static ITransferable.Seek |
ITransferable.Seek.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ITransferable.Seek[] |
ITransferable.Seek.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jmythapi.protocol.response with parameters of type ITransferable.Seek | |
---|---|
long |
IFileTransfer.seek(long currentPos,
long newPos,
ITransferable.Seek whence)
This command wraps the file "seek" function. |
long |
ITransferable.seek(long currentPos,
long newPos,
ITransferable.Seek whence)
|
long |
IRingBuffer.seek(long currentPos,
long newPos,
ITransferable.Seek whence)
Deprecated. 20 |
Uses of ITransferable.Seek in org.jmythapi.protocol.response.impl |
---|
Methods in org.jmythapi.protocol.response.impl with parameters of type ITransferable.Seek | |
---|---|
long |
FileTransfer.seek(long currentPos,
long newPos,
ITransferable.Seek whence)
|
long |
RingBuffer.seek(long currentPosition,
long newPosition,
ITransferable.Seek whence)
Deprecated. 20 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |