MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / writeByte

Method writeByte

src/gnu/zip/PendingBuffer.java:74–79  ·  view source on GitHub ↗
(int b)

Source from the content-addressed store, hash-verified

72 }
73
74 public final void writeByte(int b)
75 {
76 if (DeflaterConstants.DEBUGGING && start != 0)
77 throw new IllegalStateException();
78 buf[end++] = (byte) b;
79 }
80
81 public final void writeShort(int s)
82 {

Callers 2

saveOptionsToRMSMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected