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

Method Master

src/main/java/core/org/xbill/DNS/Master.java:33–41  ·  view source on GitHub ↗
(File file, Name origin, long initialTTL)

Source from the content-addressed store, hash-verified

31private boolean noExpandGenerate;
32
33Master(File file, Name origin, long initialTTL) throws IOException {
34 if (origin != null && !origin.isAbsolute()) {
35 throw new RelativeNameException(origin);
36 }
37 this.file = file;
38 st = new Tokenizer(file);
39 this.origin = origin;
40 defaultTTL = initialTTL;
41}
42
43/**
44 * Initializes the master file reader and opens the specified master file.

Callers

nothing calls this directly

Calls 1

isAbsoluteMethod · 0.80

Tested by

no test coverage detected