optimize FileWriteOutBytes to avoid high sys cpu -- remove IOException

This commit is contained in:
huanghui.bigrey 2020-04-18 14:56:56 +08:00
parent c33551d11a
commit 149e08c091
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ final class FileWriteOutBytes extends WriteOutBytes
}
@Override
public long size() throws IOException
public long size()
{
return writeOutBytes;
}