Skip to main content
summaryrefslogblamecommitdiffstats
blob: e33767f4f34baefa3c2e27eedef6ab1e00e4d0f2 (plain) (tree)
1
2
3
4
5




                                                                    
package java.io;

public class ObjectOutputStream {
	public void writeBoolean(boolean flag) throws IOException {}
}

Back to the top