diff --git a/plugins/Pilatus.java b/plugins/Pilatus.java index 83912f5..2dca21b 100644 --- a/plugins/Pilatus.java +++ b/plugins/Pilatus.java @@ -92,8 +92,7 @@ public class Pilatus extends AreaDetector{ } public String getFileName() throws IOException, InterruptedException{ - //return (String) ne String(readCtrl("FileName", byte[].class)); - throw new IOException("Not implemented"); + return new String((byte[]) readCtrl("FileName", byte[].class)); } }