16901691169216931694169516961697169816991700
{ if (handle instanceof FileOutput) { Path path = ((FileOutput) handle).getPath(); try { return path.truncate(size); } catch (IOException e) { return false; } }
17141715171617171718171917201721172217231724
else if (handle instanceof FileInputOutput) path = ((FileInputOutput) handle).getPath(); else return false; try { return path.truncate(size); } catch (IOException e) { return false; } }
17271728172917301731173217331734173517361737