MCPcopy Index your code
hub / github.com/boazy/TWEditorEnhanced / getBuffer

Method getBuffer

src/main/java/StreamReader.java:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public StringBuffer getBuffer()
37 throws IllegalThreadStateException
38 {
39 if (this.buffer == null) {
40 throw new IllegalThreadStateException("Input stream is still open");
41 }
42 return this.buffer;
43 }
44
45 public String getLine()
46 throws IllegalThreadStateException

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected