mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix build
This commit is contained in:
parent
5b739238c2
commit
a53f59e147
|
@ -24,7 +24,7 @@ import org.teavm.classlib.fs.VirtualFile;
|
||||||
import org.teavm.classlib.fs.VirtualFileAccessor;
|
import org.teavm.classlib.fs.VirtualFileAccessor;
|
||||||
|
|
||||||
public class TFileOutputStream extends OutputStream {
|
public class TFileOutputStream extends OutputStream {
|
||||||
private static byte[] ONE_BYTE_BUFER = new byte[1];
|
private static final byte[] ONE_BYTE_BUFER = new byte[1];
|
||||||
private VirtualFileAccessor accessor;
|
private VirtualFileAccessor accessor;
|
||||||
|
|
||||||
public TFileOutputStream(TFile file) throws FileNotFoundException {
|
public TFileOutputStream(TFile file) throws FileNotFoundException {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user