MCPcopy Create free account
hub / github.com/Snapchat/djinni / writeInt

Method writeInt

test-suite/handwritten-src/java/android/os/Parcel.java:54–60  ·  view source on GitHub ↗
(int val)

Source from the content-addressed store, hash-verified

52 }
53
54 public final void writeInt(int val) {
55 try {
56 mOut.writeInt(val);
57 } catch (Exception ex) {
58 ex.printStackTrace();
59 }
60 }
61
62 public final int readInt() {
63 try {

Callers 4

writeListMethod · 0.80
writeMapMethod · 0.80
writeToParcelMethod · 0.80
writeToParcelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected