public class FixedLine extends Object
| Constructor and Description |
|---|
FixedLine(int size) |
FixedLine(int size,
byte filler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
copyFrom(FixedLine src) |
boolean |
copyTo(FixedLine dst) |
char |
get(int start) |
String |
get(int start,
int length) |
byte[] |
getBytes() |
void |
reset() |
void |
reset(int start,
int end) |
void |
set(byte[] s,
int start,
int length) |
void |
set(byte[] s,
int start,
int length,
byte filler) |
void |
set(byte b,
int index) |
void |
set(char c,
int index) |
void |
set(int start,
int length) |
void |
set(String line) |
void |
set(String s,
int start,
int length) |
void |
set(String s,
int start,
int length,
byte filler) |
String |
toString() |
public FixedLine(int size,
byte filler)
public FixedLine(int size)
public void reset(int start,
int end)
public void reset()
public void set(String s, int start, int length, byte filler)
public void set(String s, int start, int length)
public void set(int start,
int length)
public void set(String line)
public void set(byte[] s,
int start,
int length,
byte filler)
public void set(byte[] s,
int start,
int length)
public void set(byte b,
int index)
public void set(char c,
int index)
public String get(int start, int length)
public char get(int start)
public byte[] getBytes()
public boolean copyTo(FixedLine dst)
public boolean copyFrom(FixedLine src)
Copyright © 2025. All rights reserved.