package com.stardust.pio; import java.io.Closeable; import java.io.IOException; /** * Created by Stardust on 2017/4/6. */ public class PReadableBinaryFile implements Closeable { @Override public void close() throws IOException { } }