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

Method appendFromString

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

Source from the content-addressed store, hash-verified

173}
174
175private final void
176appendFromString(String fullName, byte [] array, int start, int n)
177throws TextParseException
178{
179 try {
180 append(array, start, n);
181 }
182 catch (NameTooLongException e) {
183 throw parseException(fullName, "Name too long");
184 }
185}
186
187private final void
188appendSafe(byte [] array, int start, int n) {

Callers 1

NameMethod · 0.95

Calls 2

appendMethod · 0.95
parseExceptionMethod · 0.95

Tested by

no test coverage detected