26 Temmuz 2016 Salı

FilterOutputStream Sınıfı

Giriş
Şu satırı dahil ederiz.
import java.io.FilterOutputStream;
Bu sınıfın tam tersi işlemi FilterInputStream Sınıfı yapar.

close metodu
İmzası şöyle
@Override
public void close() throws IOException;
flush metodu
İmzası şöyle
@Override
public void flush() throws IOException;
write metodu
İmzası şöyle
@Override
public void write(int b) throws IOException;
write metodu
İmzası şöyle
@Override
public void write(byte[] b, int boff, int blen) throws IOException;

Hiç yorum yok:

Yorum Gönder