public class Rot13CypherTestUtil extends Object
Constructor and Description |
---|
Rot13CypherTestUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(DataInput bytesInput,
long length) |
static byte[] |
encode(DataInput bytesInput,
int length) |
static BlockDecoder |
getBlockDecoder() |
static BlockEncoder |
getBlockEncoder() |
public static byte[] encode(DataInput bytesInput, int length) throws IOException
IOException
public static byte[] decode(DataInput bytesInput, long length) throws IOException
IOException
public static BlockEncoder getBlockEncoder()
public static BlockDecoder getBlockDecoder()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.