Interface Plugin.Engine.Target.Sink

    • Method Detail

      • store

        void store​(java.util.Map<TypeDescription,​byte[]> binaryRepresentations)
            throws java.io.IOException
        Stores the supplied binary representation of types in this sink.
        Parameters:
        binaryRepresentations - The binary representations to store.
        Throws:
        java.io.IOException - If an I/O error occurs.
      • retain

        void retain​(Plugin.Engine.Source.Element element)
             throws java.io.IOException
        Retains the supplied element in its original form.
        Parameters:
        element - The element to retain.
        Throws:
        java.io.IOException - If an I/O error occurs.