public void lseek(long offset, int type) throws IOException, InvalidValueException, PipeException, BadDescriptorException { stream.lseek(offset, type);
確定! 回上一頁