MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getUNString

Method getUNString

ij/src/main/java/ij/plugin/DICOM.java:341–346  ·  view source on GitHub ↗
(int length)

Source from the content-addressed store, hash-verified

339 }
340
341 String getUNString(int length) throws IOException {
342 String s = getString(length);
343 if (s!=null && s.length()>60)
344 s = s.substring(0,60);
345 return s;
346 }
347
348 int getByte() throws IOException {
349 int b = f.read();

Callers 1

getHeaderInfoMethod · 0.95

Calls 3

getStringMethod · 0.95
substringMethod · 0.80
lengthMethod · 0.65

Tested by

no test coverage detected