MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / appendSafe

Method appendSafe

src/main/java/core/org/xbill/DNS/Name.java:187–194  ·  view source on GitHub ↗
(byte [] array, int start, int n)

Source from the content-addressed store, hash-verified

185}
186
187private final void
188appendSafe(byte [] array, int start, int n) {
189 try {
190 append(array, start, n);
191 }
192 catch (NameTooLongException e) {
193 }
194}
195
196/**
197 * Create a new name from a string and an origin. This does not automatically

Callers 2

canonicalizeMethod · 0.95
NameClass · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected