MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / getOutputStream

Method getOutputStream

src/main/java/SaveEntry.java:147–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 public OutputStream getOutputStream()
148 throws IOException
149 {
150 OutputStream outputStream;
151 if (this.compressed)
152 outputStream = new CompressedSaveOutputStream(new SaveOutputStream(this));
153 else {
154 outputStream = new SaveOutputStream(this);
155 }
156 return outputStream;
157 }
158}
159

Callers 2

runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected