パッケージ jcifs.pac
クラス PacDataInputStream
- java.lang.Object
-
- jcifs.pac.PacDataInputStream
-
public class PacDataInputStream extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 PacDataInputStream(InputStream in)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidalign(int mask)intavailable()bytereadByte()charreadChar()DatereadFiletime()voidreadFully(byte[] b)voidreadFully(byte[] b, int off, int len)SIDreadId()intreadInt()longreadLong()shortreadShort()SIDreadSid()StringreadString()PacUnicodeStringreadUnicodeString()intreadUnsignedByte()longreadUnsignedInt()intreadUnsignedShort()intskipBytes(int n)
-
-
-
コンストラクタの詳細
-
PacDataInputStream
public PacDataInputStream(InputStream in) throws IOException
- 例外:
IOException
-
-
メソッドの詳細
-
align
public void align(int mask) throws IOException- 例外:
IOException
-
available
public int available() throws IOException- 例外:
IOException
-
readFully
public void readFully(byte[] b) throws IOException- 例外:
IOException
-
readFully
public void readFully(byte[] b, int off, int len) throws IOException- 例外:
IOException
-
readChar
public char readChar() throws IOException- 例外:
IOException
-
readByte
public byte readByte() throws IOException- 例外:
IOException
-
readShort
public short readShort() throws IOException- 例外:
IOException
-
readInt
public int readInt() throws IOException- 例外:
IOException
-
readLong
public long readLong() throws IOException- 例外:
IOException
-
readUnsignedByte
public int readUnsignedByte() throws IOException- 例外:
IOException
-
readUnsignedInt
public long readUnsignedInt() throws IOException- 例外:
IOException
-
readUnsignedShort
public int readUnsignedShort() throws IOException- 例外:
IOException
-
readFiletime
public Date readFiletime() throws IOException
- 例外:
IOException
-
readUnicodeString
public PacUnicodeString readUnicodeString() throws IOException, PACDecodingException
-
readString
public String readString() throws IOException, PACDecodingException
-
readId
public SID readId() throws IOException, PACDecodingException
-
readSid
public SID readSid() throws IOException, PACDecodingException
-
skipBytes
public int skipBytes(int n) throws IOException- 例外:
IOException
-
-