private static final class ModularClassTable.ProxyWriter extends java.lang.Object implements ClassTable.Writer
| Modifier | Constructor and Description |
|---|---|
private |
ProxyWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Write the predefined class reference to the stream.
|
public void writeClass(Marshaller marshaller, java.lang.Class<?> clazz) throws java.io.IOException
ClassTable.WriterwriteClass in interface ClassTable.Writermarshaller - the marshaller to write toclazz - the class reference to writejava.io.IOException - if an I/O error occurs