Class ModularClassTable.ProxyWriter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ProxyWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeClass​(Marshaller marshaller, java.lang.Class<?> clazz)
      Write the predefined class reference to the stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyWriter

        private ProxyWriter()
    • Method Detail

      • writeClass

        public void writeClass​(Marshaller marshaller,
                               java.lang.Class<?> clazz)
                        throws java.io.IOException
        Description copied from interface: ClassTable.Writer
        Write the predefined class reference to the stream.
        Specified by:
        writeClass in interface ClassTable.Writer
        Parameters:
        marshaller - the marshaller to write to
        clazz - the class reference to write
        Throws:
        java.io.IOException - if an I/O error occurs