MCPcopy Create free account
hub / github.com/davidgiven/luje / checkStatus

Method checkStatus

lib/java/io/OutputStreamWriter.java:193–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 private void checkStatus() throws IOException {
194 if (encoder == null) {
195 // luni.A7=Writer is closed.
196 throw new IOException(Messages.getString("luni.A7")); //$NON-NLS-1$
197 }
198 }
199
200 /**
201 * Gets the name of the encoding that is used to convert characters to

Callers 2

flushMethod · 0.95
writeMethod · 0.95

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected