public class J3fOutputStream extends Object implements DataOutput
Constructor and Description |
---|
J3fOutputStream(OutputStream stream)
Creates new J3fInputStream
|
Modifier and Type | Method and Description |
---|---|
long |
getFilePointer() |
void |
seekForward(long position)
Move the file pointer to the specified position.
|
void |
write(byte[] p1) |
void |
write(byte[] p1,
int p2,
int p3) |
void |
write(int p1) |
void |
writeBoolean(boolean p1) |
void |
writeByte(int p1) |
void |
writeBytes(String p1) |
void |
writeChar(int p1) |
void |
writeChars(String p1) |
void |
writeDouble(double p1) |
void |
writeFloat(float p1) |
void |
writeInt(int p1) |
void |
writeLong(long p1) |
void |
writeShort(int p1) |
void |
writeUTF(String p1) |
public J3fOutputStream(OutputStream stream)
public void seekForward(long position) throws IOException
IOException
public long getFilePointer()
public void write(byte[] p1, int p2, int p3) throws IOException
write
in interface DataOutput
IOException
public void writeFloat(float p1) throws IOException
writeFloat
in interface DataOutput
IOException
public void write(int p1) throws IOException
write
in interface DataOutput
IOException
public void writeShort(int p1) throws IOException
writeShort
in interface DataOutput
IOException
public void writeBytes(String p1) throws IOException
writeBytes
in interface DataOutput
IOException
public void writeChar(int p1) throws IOException
writeChar
in interface DataOutput
IOException
public void writeByte(int p1) throws IOException
writeByte
in interface DataOutput
IOException
public void writeLong(long p1) throws IOException
writeLong
in interface DataOutput
IOException
public void writeBoolean(boolean p1) throws IOException
writeBoolean
in interface DataOutput
IOException
public void writeUTF(String p1) throws IOException
writeUTF
in interface DataOutput
IOException
public void writeInt(int p1) throws IOException
writeInt
in interface DataOutput
IOException
public void writeChars(String p1) throws IOException
writeChars
in interface DataOutput
IOException
public void write(byte[] p1) throws IOException
write
in interface DataOutput
IOException
public void writeDouble(double p1) throws IOException
writeDouble
in interface DataOutput
IOException
Copyright © 2016–2022 SciJava. All rights reserved.