public static class JCasFileWriter_ImplBase.NamedOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
outputStream |
Constructor and Description |
---|
NamedOutputStream(String aName,
OutputStream aOutputStream) |
protected final OutputStream outputStream
public NamedOutputStream(String aName, OutputStream aOutputStream)
public String getName()
public void write(int paramInt) throws IOException
write
in class OutputStream
IOException
public void write(byte[] paramArrayOfByte) throws IOException
write
in class OutputStream
IOException
public void write(byte[] paramArrayOfByte, int paramInt1, int paramInt2) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.