Class Cursor

    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toUrlSafe

        public String toUrlSafe()
        Returns the cursor in an encoded form that can be used as part of a URL.
      • fromUrlSafe

        public static Cursor fromUrlSafe​(String urlSafe)
        Create a Cursor given its URL safe encoded form.
      • copyFrom

        public static Cursor copyFrom​(byte[] bytes)