Lines Matching refs:io
37 import com.sun.star.io.XInputStream;
38 import com.sun.star.io.XSeekable;
65 … private void _check() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in _check()
68 throw new com.sun.star.io.NotConnectedException("no bytes"); in _check()
72 throw new com.sun.star.io.IOException("input closed"); in _check()
76 … public int available() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException { in available()
80 throw new com.sun.star.io.IOException("integer overflow"); in available()
87 …public void closeInput() throws com.sun.star.io.NotConnectedException, com.sun.star.io.IOException… in closeInput()
93 …, int param) throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededExcep… in readBytes()
111 throw new com.sun.star.io.BufferSizeExceededException("buffer overflow"); in readBytes()
115 throw new com.sun.star.io.IOException("error accessing buffer"); in readBytes()
119 …, int param) throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededExcep… in readSomeBytes()
124 …s(int param) throws com.sun.star.io.NotConnectedException, com.sun.star.io.BufferSizeExceededExcep… in skipBytes()
128 throw new com.sun.star.io.BufferSizeExceededException("buffer overflow"); in skipBytes()
132 public long getLength() throws com.sun.star.io.IOException { in getLength()
135 else throw new com.sun.star.io.IOException("no bytes"); in getLength()
138 public long getPosition() throws com.sun.star.io.IOException { in getPosition()
141 else throw new com.sun.star.io.IOException("no bytes"); in getPosition()
144 …public void seek(long param) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.io.IO… in seek()
149 }else throw new com.sun.star.io.IOException("no bytes"); in seek()