コード例 #1
0
 public virtual void Flush()
 {
     try
     {
         Packer.flush();
     }
     catch (IOException e)
     {
         throw new UncheckedIOException(e);
     }
 }