|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jets3t.tests.FakeS3Server
public class FakeS3Server
Very basic implementation of an S3 server-side stub that can fake certain S3 interactions including:
| Constructor Summary | |
|---|---|
FakeS3Server()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
static java.lang.String |
toHex(byte[] data)
|
static void |
writeFileToOutputStream(java.io.File file,
java.io.OutputStream out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FakeS3Server()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public static void writeFileToOutputStream(java.io.File file,
java.io.OutputStream out)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String toHex(byte[] data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||