mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 11:19:35 +02:00
First step of RDE encoding refactoring. Creates a single InputStream (OutputStream) to decode (encode) Ghostryde files. This replaces the 3 InputStreams (OutputStreams) that were needed before. Also removes a lot of classes, and removes the "injection" of the Ghostryde class. It's an encoding, there's no point in injecting it. Finally, removed the buffer-size configuration and replaced with a static final const value. It's just a buffer size - it doesn't actually affect much. There are much more "important" fields that weren't configured (such as the compression algorithm and whether or not to do integrity checks) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202319102 |
||
---|---|---|
.. | ||
imports | ||
BrdaCopyAction.java | ||
BUILD | ||
ContactResourceToXjcConverter.java | ||
DepositFragment.java | ||
DomainResourceToXjcConverter.java | ||
EscrowTaskRunner.java | ||
Ghostryde.java | ||
HostResourceToXjcConverter.java | ||
JSchModule.java | ||
JSchSftpChannel.java | ||
JSchSshSession.java | ||
LoggingSftpProgressMonitor.java | ||
package-info.java | ||
PendingDeposit.java | ||
PendingDepositChecker.java | ||
RdeAdapter.java | ||
RdeCounter.java | ||
RdeMarshaller.java | ||
RdeModule.java | ||
RdeReportAction.java | ||
RdeReporter.java | ||
RdeResourceType.java | ||
RdeStagingAction.java | ||
RdeStagingMapper.java | ||
RdeStagingReducer.java | ||
RdeUploadAction.java | ||
RdeUploadUrl.java | ||
RdeUtil.java | ||
RegistrarToXjcConverter.java | ||
RydePgpCompressionOutputStream.java | ||
RydePgpEncryptionOutputStream.java | ||
RydePgpFileOutputStream.java | ||
RydePgpSigningOutputStream.java | ||
RydeTarOutputStream.java |