Class IOContext

    • Field Detail

      • context

        public final IOContext.Context context
        An object of a enumerator Context type
      • mergeInfo

        public final MergeInfo mergeInfo
      • flushInfo

        public final FlushInfo flushInfo
      • readOnce

        public final boolean readOnce
      • DEFAULT

        public static final IOContext DEFAULT
      • READONCE

        public static final IOContext READONCE
    • Constructor Detail

      • IOContext

        public IOContext()
      • IOContext

        public IOContext​(FlushInfo flushInfo)
      • IOContext

        public IOContext​(MergeInfo mergeInfo)
      • IOContext

        public IOContext​(IOContext ctxt,
                         boolean readOnce)
        This constructor is used to initialize a IOContext instance with a new value for the readOnce variable.
        Parameters:
        ctxt - IOContext object whose information is used to create the new instance except the readOnce variable.
        readOnce - The new IOContext object will use this value for readOnce.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object