public class PuttyKeyReader extends Object implements Closeable
Putty
key files decodersConstructor and Description |
---|
PuttyKeyReader(InputStream s) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
byte[] |
read(int maxAllowed) |
BigInteger |
readInt() |
String |
readString() |
String |
readString(Charset cs) |
void |
skip() |
public PuttyKeyReader(InputStream s)
public void skip() throws IOException
IOException
public String readString() throws IOException
IOException
public String readString(Charset cs) throws IOException
IOException
public BigInteger readInt() throws IOException
IOException
public byte[] read(int maxAllowed) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.