Interface IDfSeekRoot


public interface IDfSeekRoot
Constants for specifying the root location of a IDfContentCollection.seek(int, int) operation.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Specifies that the seek position is relative to the beginning of the content.
    static final int
    Specifies that the seek position is relative to the current location in the content.
    static final int
    Specifies that the seek position is relative to the end of the content.