Interface NestedClassWriter
-
@Deprecated public interface NestedClassWriter
Deprecated.The interface for writing class output.This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.5
- Author:
- Jamie Ho, Bhavesh Patel (Modified)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.Close the writer.
-
-
-
Method Detail
-
close
void close() throws IOException
Deprecated.Close the writer.- Throws:
IOException
-
-