Uses of Enum Class
org.irods.irods4j.high_level.io.IRODSDataObjectStream.SeekDirection
Packages that use IRODSDataObjectStream.SeekDirection
-
Uses of IRODSDataObjectStream.SeekDirection in org.irods.irods4j.high_level.io
Methods in org.irods.irods4j.high_level.io that return IRODSDataObjectStream.SeekDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IRODSDataObjectStream.SeekDirection[]IRODSDataObjectStream.SeekDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.irods.irods4j.high_level.io with parameters of type IRODSDataObjectStream.SeekDirectionModifier and TypeMethodDescriptionvoidIRODSDataObjectInputStream.seek(int offset, IRODSDataObjectStream.SeekDirection direction) Changes the position to read from.voidIRODSDataObjectOutputStream.seek(int offset, IRODSDataObjectStream.SeekDirection direction) Changes the position to write to.longIRODSDataObjectStream.seek(int offset, IRODSDataObjectStream.SeekDirection direction) Changes the position of the read/write position.