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

Method writeShort

src/gnu/zip/PendingBuffer.java:81–87  ·  view source on GitHub ↗
(int s)

Source from the content-addressed store, hash-verified

79 }
80
81 public final void writeShort(int s)
82 {
83 if (DeflaterConstants.DEBUGGING && start != 0)
84 throw new IllegalStateException();
85 buf[end++] = (byte) s;
86 buf[end++] = (byte) (s >> 8);
87 }
88
89 public final void writeInt(int s)
90 {

Callers 1

saveBookSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected